fetch_other: Fetches other series from DataHub

Description Usage Arguments Value Examples

View source: R/other.R

Description

Fetches other series from DataHub

Usage

1
fetch_other(code, source_code, query = list())

Arguments

code

the code of the serie

source_code

the source code of the serie

query

optional, availible list(from = yyyy-mm-dd, to = yyyy-mm-dd, bridge = 'linear' or 'last')

Value

dataframe

code

serie code

source_code

source code

date

series date

value

value of the serie

unit

unit of the value

Examples

1
2
fetch_commodity('STORF', 'HS')
fetch_commodity('KRAN-M', 'VE', query = list(from = '2018-01-01', bridge = 'last'))

palmargisla/datahub-r documentation built on Sept. 18, 2019, 9:50 p.m.