Description Usage Arguments Value Examples
View source: R/full_thread_links.R
Returns a file that allows for scraping the entire section, folder names mimic the section structure
1 2 3 4 5 6 7 8 9 | get_full_thread_links(
suffix,
path,
cut_off = "2000-01-01",
delay = TRUE,
export_links = FALSE,
export_meta = TRUE,
output_folder = ""
)
|
suffix |
The section's suffix |
cut_off |
A character string containing the date at which the latest
post in the thread should had been posted on. Has to be in the format
|
delay |
flashback.org's robots.txt-file asks for putting a five
second delay between each iteration. You can deliberately ignore this by
setting |
export_links |
If set to |
export_meta |
If set to |
output_folder |
A character string determining the folder the CSV files containing the links and the meta data should be stored in. |
folder_name |
A character vector with a folder name the scraped files are supposed to be stored in |
A tibble with the name of the sub(sub) section's suffix
sub_suffix
, the name of the folder the scraped thread should be stored
at folder_name
, the thread links thread_links
, and the
prospective file name file_name
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.