Learn R Programming

pxweb (version 0.4)

interactive_pxweb: Find and download data interactively from PX-WEB API

Description

Wrapper function (for get_pxweb_data and get_pxweb_metadata) to simply find and download data to the current R session.

Usage

interactive_pxweb(baseURL, history = FALSE, ...)

Arguments

baseURL
The base URL to use, depending on the web service.
history
keep the history when the function is running.
...
further parameters. These are currently ignored.

See Also

get_pxweb_metadata, get_pxweb_data

Examples

Run this code
api_parameters() # List options
baseURL <- base_url("sweSCB", "v1", "sv")
d <- interactive_pxweb(baseURL)

Run the code above in your browser using DataLab