get_thread_titles: Get thread titles in section

Description Usage Arguments Value Examples

View source: R/get_thread_titles.R

Description

Returns the links of threads within a section

Usage

1

Arguments

suffix

A character string containing a sub-section's suffix (which can be obtained using get_sub_sections). Suffixes need to start with /.

delay

flashback.org's robots.txt-file asks for putting a five second delay between each iteration. You can deliberately ignore this by setting delay = FALSE. Note that THIS IS NOT RECOMMENDED!

Value

A tibble containing the links, titles, and dates.

Examples

1
get_thread_links(suffix = "/f245", cut_off = "2020-05-01", title = TRUE, delay = TRUE)

fellennert/flashbackscrapR documentation built on Sept. 10, 2021, 4:15 p.m.