Other packages > Find by keyword >

pxweb  

R Interface to PXWEB APIs
View on CRAN: Click here


Download and install pxweb package within the R console
Install from CRAN:
install.packages("pxweb")

Install from Github:
library("remotes")
install_github("cran/pxweb")

Install by package version:
library("remotes")
install_version("pxweb", "0.17.0")



Attach the package and use:
library("pxweb")
Maintained by
Mans Magnusson
[Scholar Profile | Author Map]
First Published: 2014-09-04
Latest Update: 2022-10-31
Description:
Generic interface for the PX-Web/PC-Axis API. The PX-Web/PC-Axis API is used by organizations such as Statistics Sweden and Statistics Finland to disseminate data. The R package can interact with all PX-Web/PC-Axis APIs to fetch information about the data hierarchy, extract metadata and extract and parse statistics to R data.frame format. PX-Web is a solution to disseminate PC-Axis data files in dynamic tables on the web. Since 2013 PX-Web contains an API to disseminate PC-Axis files.
How to cite:
Mans Magnusson (2014). pxweb: R Interface to PXWEB APIs. R package version 0.17.0, https://cran.r-project.org/web/packages/pxweb. Accessed 10 Apr. 2025.
Previous versions and publish date:
0.4 (2014-09-04 07:27), 0.5.2 (2014-11-22 01:55), 0.5.3 (2014-11-30 10:14), 0.5.5 (2015-03-04 05:43), 0.5.54 (2015-05-25 15:17), 0.5.57 (2015-07-15 01:28), 0.6.0 (2016-02-11 00:48), 0.6.3 (2016-12-05 18:28), 0.6.37 (2018-06-12 12:33), 0.8.3 (2018-12-17 13:30), 0.9.1 (2019-01-07 20:00), 0.10.4 (2021-02-24 23:20), 0.11.0 (2021-07-08 12:10), 0.12.0 (2021-10-09 20:10), 0.13.1 (2022-03-11 12:50), 0.15.1 (2022-07-01 18:30), 0.16.1 (2022-08-24 14:40), 0.16.2 (2022-10-31 14:05)
Other packages that cited pxweb R package
View pxweb citation profile
Other R packages that pxweb depends, imports, suggests or enhances
Complete documentation for pxweb
Functions, R codes and Examples using the pxweb R package
Some associated functions: add_pxe_defaults . api_catalogue . as_pxweb_levels . assert_pxweb . assert_pxweb_api_catalogue . assert_pxweb_calls . assert_pxweb_config . assert_pxweb_data . assert_pxweb_data_comments . assert_pxweb_data_jsonstat . assert_pxweb_database_list . assert_pxweb_input_allowed . assert_pxweb_levels . assert_pxweb_metadata . assert_pxweb_query . assert_pxweb_rda_file_path . assert_pxweb_url . assert_query_can_be_split_to_batches . build_pxweb_config_url . build_pxweb_rda_file_path . build_pxweb_url . generate_permutations . http_was_redirected . is_pxweb_config_response . parse_url_or_fail . permutations . print.pxweb_api_catalogue_entry . pxd_values_to_valuetexts . pxe_allowed_input . pxe_back_position . pxe_data_url . pxe_handle_input . pxe_input . pxe_interactive_get_data . pxe_metadata_choices . pxe_metadata_variable_names . pxe_position_choice_size . pxe_position_is_api_catalogue . pxe_position_is_full_query . pxe_position_is_metadata . pxe_position_multiple_choice_allowed . pxe_position_title . pxe_position_variable_can_be_eliminated . pxe_print_download_code . pxe_pxobj_at_position . pxweb-package . pxweb . pxweb_add_api_subpath . pxweb_add_call . pxweb_add_config . pxweb_add_mandatory_variables . pxweb_add_metadata_to_query . pxweb_advanced_get . pxweb_api_catalogue . pxweb_api_catalogue_entry . pxweb_api_name . pxweb_as_data_frame . pxweb_as_json . pxweb_c . pxweb_cite . pxweb_clear_cache . pxweb_data . pxweb_data_c . pxweb_data_colnames . pxweb_data_column_comment . pxweb_data_comments . pxweb_data_dim . pxweb_data_jsonstat . pxweb_database_list . pxweb_explorer . pxweb_fix_url . pxweb_get . pxweb_get_api_test_data_frame . pxweb_get_data . pxweb_http_log_on . pxweb_interactive . pxweb_interactive_input . pxweb_levels . pxweb_metadata . pxweb_metadata_add_null_values . pxweb_metadata_dim . pxweb_metadata_elimination . pxweb_metadata_time . pxweb_parse_response . pxweb_query . pxweb_query_as_json . pxweb_query_as_rcode . pxweb_query_dim . pxweb_query_dim_splittable . pxweb_query_filter . pxweb_query_values . pxweb_split_query . pxweb_tempdir . pxweb_test_api . pxweb_test_create_api_paths . pxweb_test_time_limit . pxweb_validate_query_with_metadata . save_pxweb . split_dimensions_left_right . str_pad . str_trim . 
Some associated R codes: defunct_functions.R . onAttach.R . pxweb-package.R . pxweb.R . pxweb_add_api_subpath.R . pxweb_add_call.R . pxweb_add_config.R . pxweb_api_catalogue.R . pxweb_api_paths.R . pxweb_as_data_frame.R . pxweb_as_json.R . pxweb_assert.R . pxweb_build_pxweb_rda_file_path.R . pxweb_build_pxweb_urls.R . pxweb_c.R . pxweb_cite.R . pxweb_clear_cache.R . pxweb_data.R . pxweb_data_comments.R . pxweb_data_jsonstat.R . pxweb_database_list.R . pxweb_get.R . pxweb_interactive.R . pxweb_levels.R . pxweb_load_save.R . pxweb_logs.R . pxweb_metadata.R . pxweb_parse_response.R . pxweb_parse_url_or_fail.R . pxweb_query.R . pxweb_split_query.R . pxweb_test_api_endpoint.R . utils_tests.R .  Full pxweb package functions and examples
Downloads during the last 30 days
03/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for pxweb10152025303540455055606570TrendBars

Today's Hot Picks in Authors and Packages

ecochange  
Integrating Ecosystem Remote Sensing Products to Derive EBV Indicators
Essential Biodiversity Variables (EBV) are state variables with dimensions on time, space, and biolo ...
Download / Learn more Package Citations See dependency  
xtermStyle  
Terminal Text Formatting Using Escape Sequences
Can be used for coloring output in terminals. It was developed for the standard Ubuntu terminal but ...
Download / Learn more Package Citations See dependency  
GRNNs  
General Regression Neural Networks Package
This General Regression Neural Networks Package uses various distance functions. It was motivated b ...
Download / Learn more Package Citations See dependency  
RODBC  
ODBC Database Access
webglobe  
3D Interactive Globes
Displays geospatial data on an interactive 3D globe in the web browser. ...
Download / Learn more Package Citations See dependency  
txtq  
A Small Message Queue for Parallel Processes
This queue is a data structure that lets parallel processes send and receive messages, and it can he ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA