Skip to content

Commit

Permalink
Update code comment about saving to Rds file
Browse files Browse the repository at this point in the history
  • Loading branch information
phillc73 committed Feb 2, 2016
1 parent 8ab4a6e commit 9cee837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/b2AuthorizeAccount.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ b2AuthorizeAccount <- function(url, accountId, authorizationKey) {
)

} else {
# Output as dataframe. Global variable, ooooohh
# Output as dataframe. Save as Rds file.
accountAuthorization <-
as.data.frame(jsonlite::fromJSON(httr::content(b2Return, type = "text")))
saveRDS(accountAuthorization, "accountAuthorization.rds")
Expand Down

0 comments on commit 9cee837

Please sign in to comment.