get_user_content {RedditExtractoR} | R Documentation |
Find data relating to a vector of Reddit users
Description
Given a list of valid Reddit user names, obtain a list consisting of general information about each user, their comments and threads
Usage
get_user_content(users)
Arguments
users |
A vector of strings representing valid Reddit user names |
Value
A nested list with user names containing another list that has "about" (list), "comments" (data frame) and "threads" (data frame)
Examples
## Not run:
get_user_content(c("memes", "nationalgeographic"))
## End(Not run)
[Package RedditExtractoR version 3.0.9 Index]