hotboards returns a data frame of popular boards (re men 看板) on PTT.

hotboards(get_new = FALSE)

Arguments

get_new

Logical. Defaults to FALSE. If TRUE, scrapes and retreive data from https://www.ptt.cc/bbs/hotboards.html. If FALSE, use pre-scraped data stored in the package.

Source

https://www.ptt.cc/bbs/hotboards.html

Examples

df <- hotboards()
head(df)

# Get data update time
attr(df, "date")