update_ptt: Update the post comments have been crawled.

Description Usage Arguments Examples

View source: R/main-caller.R

Description

Update the post comments have been crawled.

Usage

1
update_ptt(ptt.miner, update.post.id = character())

Arguments

ptt.miner

a R6 class object uses 'PTTmineR$new()' to create.

update.post.id

the charactar vector post id you want to update.

Examples

1
2
3
4
5
6
7
# get the post id set from rookie_miner
## Not run: update_id <- rookie_miner$result_dt$post_info_dt$post_id

# update the post comments from selected post id
## Not run: rookie_miner %>%
    update_ptt(update.post.id = update_id)
## End(Not run)

shihjyun/PTTmineR documentation built on Oct. 22, 2020, 2:46 a.m.