Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.12 KB

Build Status Build status Coverage status Support R Version

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.