get_r_reddit: Get data from pushshift.io

Description Usage Arguments Details Value

View source: R/pushshift_io.R

Description

Reads/parses reddit data from api.pushshift.io

Usage

1
get_r_reddit(subreddit = "all", n = 1000, after = NULL)

Arguments

subreddit

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

n

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

after

Optional, the date-time from which to start the next search.

before

Optional, the date-time from which to start the next search.

Details

Column descriptions are provided below

Value

A data frame of reddit data.


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