Learn R Programming

RedditExtractoR (version 3.0.9)

get_user_content: 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)

Value

A nested list with user names containing another list that has "about" (list), "comments" (data frame) and "threads" (data frame)

Arguments

users

A vector of strings representing valid Reddit user names

Examples

Run this code
if (FALSE) {
get_user_content(c("memes", "nationalgeographic"))
}

Run the code above in your browser using DataLab