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

View source: R/query_scraping_funs.R

pigeon_scraperR Documentation

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

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

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 June 2, 2025, 2:13 a.m.