Skip to content

Commit

Permalink
Merge pull request #36 from nthun/master
Browse files Browse the repository at this point in the history
Update mx_api.R
  • Loading branch information
YaoxiangLi authored Oct 1, 2024
2 parents fca8bb2 + 027aa19 commit b0b909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mx_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mx_api_content <- function(from_date = "2013-01-01",

details <- api_to_df(details_link)

count <- details$messages[1, 6]
count <- as.numeric(details$messages[1, 6])
pages <- floor(count / 100)

message("Estimated total number of records as per API metadata: ", count)
Expand Down

0 comments on commit b0b909e

Please sign in to comment.