- Notifications
You must be signed in to change notification settings - Fork30
R tools to access PX-WEB API
License
rOpenGov/pxweb
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The pxweb R package provides tools to interface with the PX-WEB API fordata search, download, manipulation and visualization purposes. This isused by a large number of statistical authorities world-wide. It offersmethods to utilize information about the data hierarchy stored behindthe PXWEB API.
Many API services are still in their early stages, and data quality issometimes compromised. Issue reports are welcome.
The easiest way to use pxweb is to simply install it from CRAN:
install.packages("pxweb")Alternatively, you can get the latest stable development version:
library(remotes)remotes::install_github("ropengov/pxweb")
In some cases, the organization requires manual proxy settings. This canbe set as follows:
library(remotes)library(httr)set_config( use_proxy("64.251.21.73",8080)# Note! This is an example)remotes::install_github("ropengov/pxweb")
For examples, check thetutorial/vignette.
SeeTROUBLESHOOTING.mdoropen an issue.
You are welcome to contact us:
- Submit suggestions and bugreports (provide the outputof
sessionInfo()andpackageVersion("pxweb")) - Send a pull request
- Star us on the Github page
- Join the discussion in Gitter
citation("pxweb")Kindly cite the pxweb R package as follows:Kindly cite the 'pxweb' R package as follows: Magnusson M, Kainu M, Huovari J, Lahti L (2025). _pxweb: R Interface to PXWEB APIs_. doi:10.32614/CRAN.package.pxweb <https://doi.org/10.32614/CRAN.package.pxweb>, R package version 0.17.1, <https://github.com/rOpenGov/pxweb>.A BibTeX entry for LaTeX users is @Manual{R-pxweb, title = {{pxweb: R Interface to PXWEB APIs}}, doi = {10.32614/CRAN.package.pxweb}, author = {Mans Magnusson and Markus Kainu and Janne Huovari and Leo Lahti}, year = {2025}, version = {0.17.1}, note = {R package version 0.17.1}, url = {https://github.com/rOpenGov/pxweb}, }We are grateful to allcontributors!This project is part ofrOpenGov.
About
R tools to access PX-WEB API
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
