-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
When I call the get_user_content function, I get the following warning message:
test <- get_user_content(c("memes", "nationalgeographic"))
parsing user memes...
parsing URLs on page 1...
parsing user nationalgeographic...
parsing URLs on page 1...
Warning messages:
1: In file(con, "r") : invalid 'description' argument
2: In file(con, "r") : invalid 'description' argument
The test list results in three NA values: for about, comment ant threads.
I'm running R version 4.1.1 and RedditExtractoR 3.0.9
Do you have any idea where this error stems from?