get_comment_reddit: Get comments 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
2
get_comment_reddit(subreddit = "all", author = NULL, n = 1000,
  after = NULL)

Arguments

subreddit

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

author

Restrict results to author.

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.