ssb_list: List of available data sets from Statistics Norway (SSB) API

Description Usage Arguments Value Note Examples

Description

Download an updated list of available data sets from Statistics Norway (SSB) API. Returns a data frame.

Usage

1
ssb_list(lang = "en")

Arguments

lang

Language of available data sets to return. Can be "en" for english or "no" for norwegian.

Value

Data frame listing all available data sets, with ID, title, tags and URLs.

Note

The ssbR package ships with a local data frame with infromation on all data sets available on 03-01-2016. You can retrieve a new list of available data sets using ssb_list(), and give to to ssb_search() via the list argument.

Examples

1
2
## View all data sets available from the Statistics Norway (SSB) API
View(ssb_list())

mikaelpoul/ssbR documentation built on May 22, 2019, 10:51 p.m.