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]
All associated links for this package
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
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
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns