Skip to content

Commit

Permalink
fixed small goof in sc_get_data
Browse files Browse the repository at this point in the history
  • Loading branch information
mhweber committed Jan 2, 2025
1 parent b6334be commit 00b646b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/sc_get_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ sc_get_data <- function(comid = NULL,
httr2::resp_body_string() |>
jsonlite::fromJSON()
# End of function. Return a data frame.
if (is.null(countOnly)){
df <- df$items |>
dplyr::select(comid, everything())
}
return(df)
}

Expand Down

0 comments on commit 00b646b

Please sign in to comment.