Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

R tools to access PX-WEB API

License

NotificationsYou must be signed in to change notification settings

rOpenGov/pxweb

Repository files navigation

rOG-badgeR build statuscodecovDownloadsDownloadsCRAN_Status_BadgeGitterWatch on GitHubStar on GitHubFollowR-CMD-check


R tools to access PX-WEB API - the pxweb R package

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.

Installation

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

Using the package

For examples, check thetutorial/vignette.

Problems?

SeeTROUBLESHOOTING.mdoropen an issue.

Contributing

You are welcome to contact us:

Acknowledgements

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

Stars

Watchers

Forks

Packages

No packages published

Contributors19


[8]ページ先頭

©2009-2025 Movatter.jp