powered by
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)
A nested list with user names containing another list that has "about" (list), "comments" (data frame) and "threads" (data frame)
A vector of strings representing valid Reddit user names
if (FALSE) { get_user_content(c("memes", "nationalgeographic")) }
Run the code above in your browser using DataLab