Skip to content

Commit

Permalink
typo in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nissen committed Apr 11, 2016
1 parent cc23994 commit 14d5f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_premium_export.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ get_premium_export <- function(cookie, what="ACTIVITIES", start_date="2015-01-13
stop("problem with request, this may be available only for premium subscribers")
}
file_id <- methods::as(response, "character")
file_id <- jsonio::fromJSON(file_id)
file_id <- jsonlite::fromJSON(file_id)
file_id <- file_id["fileIdentifier"]

# see if file ready for download
Expand Down

0 comments on commit 14d5f01

Please sign in to comment.