vosonSML
vosonSML copied to clipboard
object 'collect_log' not found
Hello, I tried to run the example in the 'README', and got the error says object 'collect_log' not found
collect a listing of the 25 top threads by upvote of all time
collect_rd_listing <- Authenticate("reddit") |>
-
Collect(endpoint = "listing", subreddits = subreddits,
-
sort = "top", period = "all", max = 25,
-
writeToFile = TRUE, verbose = TRUE)
The following is the error message: No listings were collected. Error in Collect.listing.reddit(Authenticate("reddit"), endpoint = "listing", : object 'collect_log' not found