View source: R/get_user_content.R
get_user_content | R Documentation |
Given a list of valid Reddit user names, obtain a list consisting of general information about each user, their comments and threads
get_user_content(users)
users |
A vector of strings representing valid Reddit user names |
A nested list with user names containing another list that has "about" (list), "comments" (data frame) and "threads" (data frame)
## Not run:
get_user_content(c("memes", "nationalgeographic"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.