Skip to content

Commit

Permalink
Update helpers.R
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoxiangLi committed Oct 3, 2024
1 parent 83f85ce commit 389b2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ api_to_df <- function(url) {
# available, while maintaining the informative error if the first page is
# empty.
cursor <-
stringr::str_split(url,"/") %>%
stringr::str_split(url, "/") %>%
unlist() %>%
dplyr::last()

Expand Down

0 comments on commit 389b2e5

Please sign in to comment.