Description Usage Arguments Value Examples
View source: R/update_threads.R
New thread posts need to be updated once in a while
1 | update_threads(last_scrape, section_suffix, old_tibble)
|
last_scrape |
A character vector indicating the date the urls were scraped for the last time |
section_suffix |
The suffix for the main section the newer threads are to be taken from |
old_tbl |
The former scrape |
The old tibble, updated with the new postings
1 | update_threads(last_scrape = "2020-11-11", section_suffix = "/f8", old_tibble = old_tbl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.