object 'collect_log' not found
Closed this issue · 2 comments
Royzhang14444 commented
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
bryn-g commented
Thanks very much for the issue report @Royzhang14444, this is a duplicate of #56.