construct_iteration_table: Create iteration table

Description Usage Arguments Value Examples

View source: R/crawler-functions-and-utils.R

Description

you can probably download the data without it just iterating on the vector of companies names but in case there's some anti-crawler filter applied it seemed wise to create a random order iterator

Usage

1
construct_iteration_table(companies_list)

Arguments

companies_list

you can either get it from br_read_crawler_metadata() or crawler_metadata tibble saved in a package. See example:

Value

tibble

Examples

1
2
data(crawler_metadata)
iteration_table <- construct_iteration_table(crawler_metadata$name_for_crawler)

fcyprowski/brcrawler documentation built on Dec. 20, 2021, 7:47 a.m.