Skip to content

Scrapes data from various web sources needed for PACTA

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

RMI-PACTA/pacta.data.scraping

Repository files navigation

pacta.data.scraping

Lifecycle: stable R-CMD-check codecov CRAN status pacta.data.scraping status badge

The goal of pacta.data.scraping is to provide tools to scrape critical data sets from web sources and prepare them for input to the PACTA data preparation process.

Installation

You can install the development version of pacta.data.scraping from R-universe with:

install.packages("pacta.data.scraping", repos = "https://rmi-pacta.r-universe.dev")

or from GitHub with:

# install.packages("pak")
pak::pak("RMI-PACTA/pacta.data.scraping")