get_ons: Fetch ONS timeseries data

Description Usage Arguments Examples

Description

This function fetches data from the Office for National Statistics (ONS) Time Series Explorer, see https://www.ons.gov.uk/timeseriestool

Usage

1
get_ons(series, dataset)

Arguments

series

a vector of ONS timeseries codes

dataset

the name of the ONS dataset which the timeseries codes belong to

Examples

1
2
3
4
5
## Not run: 
get_ons("KA46", "EMP")
get_ons(c("KA46", "KA4O", "KA4R"), "EMP")

## End(Not run)

bussejoebusse/economi documentation built on June 12, 2019, 8:40 a.m.