powered by
Wrapper function (for get_pxweb_data and get_pxweb_metadata) to simply find and download data to the current R session.
interactive_pxweb(api = NULL, version = NULL, language = NULL, history = FALSE, ...)
The name of the pxweb api to connect to or an pxweb_api object. Use api_catalogue to get a list of apis.
The version of the pxweb api to use. Default is pxweb api default, see api_catalogue.
The language of the pxweb api to use. Default is english.
keep the history when the function is running.
further parameters. These are currently ignored.
get_pxweb_metadata, get_pxweb_data
get_pxweb_metadata
get_pxweb_data
# NOT RUN { api_catalogue() # List apis d <- interactive_pxweb() d <- interactive_pxweb("api.scb.se") d <- interactive_pxweb("api.scb.se", language = "sv") # }
Run the code above in your browser using DataLab