Description Usage Arguments Examples
Update the post comments have been crawled.
1  | update_ptt(ptt.miner, update.post.id = character())
 | 
ptt.miner | 
 a R6 class object uses 'PTTmineR$new()' to create.  | 
update.post.id | 
 the charactar vector post id you want to update.  | 
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.