knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

rawrr

knitr::include_graphics("man/figures/rawrr.jpg")

This package gives you access to Reddit's API in order to gather information on threads, subreddits, and users.

Under the hood, it calls Python's PRAW library via the reticulate package.

RAWRR stands for Reddit API Wrapper for R using Reticulate ;)

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("acastroaraujo/rawrr")

It currently has these functions:



acastroaraujo/rawrr documentation built on Aug. 25, 2020, 4:16 a.m.