get_user_content: Find data relating to a vector of Reddit users

View source: R/get_user_content.R

get_user_contentR 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)

RedditExtractoR documentation built on March 31, 2023, 5:18 p.m.