Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.55 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.55 KB

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")