Description Usage Arguments Value Examples
View source: R/get_thread_links.R
Returns the links of threads within a section
1 2 3 4 5 6 | get_thread_links(
suffix,
cut_off = "2000-01-01",
delay = TRUE,
pure_suffix = FALSE
)
|
suffix |
A character string containing a sub-section's suffix
(which can be obtained using |
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 |
title |
A logical vector. If |
A character vector containing the links. If title = TRUE
, a
tibble which contains the thread's title and URL.
1 | get_thread_links(suffix = "/f245", cut_off = "2020-05-01", title = TRUE, delay = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.