pigeon_scraper: Scraping function to extract data from the APRU National...

Description Usage Arguments

View source: R/query_scraping_funs.R

Description

Scraping function to extract data from the APRU National Database. It uses functionality from the furrr package to run multiple queries in parallel.

Usage

1
pigeon_scraper(query_exists, sequence)

Arguments

query_exists

bolean to tell if if a css query table already exists.

sequence

integer or array of integers specifying which rows of the css query table should be scraped.

This is a do all function. It creates a query table, scrapes and processes data from the APRU website in parallel. It save the output in data/raw_data in single .rds files by group of queries.


tijoalca/pigeonscraper documentation built on Sept. 2, 2021, 9:48 a.m.