https://github.com/liao961120/pttr
R package for retrieving & preprocessing data from PTT
https://github.com/liao961120/pttr
ptt ptt-crawler r text-mining
Last synced: 3 months ago
JSON representation
R package for retrieving & preprocessing data from PTT
- Host: GitHub
- URL: https://github.com/liao961120/pttr
- Owner: liao961120
- Created: 2018-08-14T13:52:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T09:06:07.000Z (almost 6 years ago)
- Last Synced: 2025-03-11T05:32:13.068Z (7 months ago)
- Topics: ptt, ptt-crawler, r, text-mining
- Language: R
- Homepage: https://liao961120.github.io/pttR/
- Size: 4.5 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```[](https://travis-ci.org/liao961120/pttR)
[](https://ci.appveyor.com/project/liao961120/pttr/branch/master)
[](https://codecov.io/github/liao961120/pttR?branch=master)
[](https://cran.r-project.org/)# pttR
pttR handles most of the dirty works to retrieve data from [**PTT web**](https://www.ptt.cc/bbs/index.html). It convert posts from **PTT web** to a dataframe in R. See the [package website](https://liao961120.github.io/pttR/) for details.
## Installation
You can install pttR from github with:
```{r gh-installation, eval = FALSE}
# install.packages("remotes")
remotes::install_github("liao961120/pttR", ref = "build")
```## Example
See [vignettes](https://liao961120.github.io/pttR/articles/) for more detail.