Learn R Programming

pxweb (version 0.5.3)

base_url: Return base URL to API

Description

...

Usage

base_url(api, version = NULL, language = NULL)

Arguments

api
API provider ('api.scb.se' or 'pxwebapi2.stat.fi')
version
The version of PXWEB API to use.
language
The language (two letters) to use in the fetched data.
...
Additional parameters. These are currently ignored.

Examples

Run this code
a <- base_url("api.scb.se")
print(a)

Run the code above in your browser using DataLab