Skip to content

R client to pull RegCensus data

License

Unknown, MIT licenses found

Licenses found

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

QuantGov/regcensus-api-client-R

Repository files navigation

regcensusAPI

The goal of regcensusAPI is to provide an easy way for researchers to access regulatory restrictions data from the Mercatus Center at George Mason University, RegData. RegData quantifies the volume of regulatory restrictions in various jurisdictions, from national to subnational. For more information about RegData, visit QuantGov website.

Installation

You can install the released version of regcensusAPI from CRAN with:

install.packages("regcensusAPI")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("QuantGov/regcensus-api-client-R")

Usage

Using the API is easy. First, you would want to find out what topics are covered.

library(regcensusAPI)
#> Welcome to RegCensus API - Pulling initial data
## basic example code
get_topics()

All data are further grouped into series. The function get_series_period() returns the list of data series, the jurisdictions, and the periods for which data are available.

get_series_period()

For more information on how to fully utilize regcensusAPI to obtain regulatory restrictions data, check out the vignette accompanying the package.

About

R client to pull RegCensus data

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages