get_reddit_com: Get data from reddit.com

Description Usage Arguments Value

View source: R/reddit_com.R

Description

Reads/parses data directly from reddit.com

Usage

1
2
get_reddit_com(subreddit = "all", n = 100, after = NULL,
  before = NULL)

Arguments

subreddit

Name of subreddit from which to get data. Defaults to "all".

n

Number of submission/posts to return. Defaults to 100.

after

Optional, the parameter from which to start the next search.

before

Optional, the parameter from which to start the next search.

Value

A data frame of reddit data.


mkearney/rreddit documentation built on Aug. 30, 2019, 11:24 p.m.