Description Usage Arguments Value Examples
View source: R/crawler-functions-and-utils.R
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
1 | construct_iteration_table(companies_list)
|
companies_list |
you can either get it from br_read_crawler_metadata() or crawler_metadata tibble saved in a package. See example: |
tibble
1 2 | data(crawler_metadata)
iteration_table <- construct_iteration_table(crawler_metadata$name_for_crawler)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.