knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Build Status Build status Coverage status ![Support R Version](https://img.shields.io/badge/R-≥ 3.5.0-blue.svg)

pttR

pttR handles most of the dirty works to retrieve data from PTT web. It convert posts from PTT web to a dataframe in R. See the package website for details.

Installation

You can install pttR from github with:

# install.packages("remotes")
remotes::install_github("liao961120/pttR", ref = "build")

Example

See vignettes for more detail.



liao961120/pttR documentation built on Dec. 16, 2019, 2:19 a.m.