sophisthse: Obtain multivariate time series from sophist.hse.ru

Description Usage Arguments Details Value Examples

View source: R/sophisthse.R

Description

This function obtains multivariate time series from sophist.hse.ru

Usage

1
2
sophisthse(series.name = "IP_EA_Q", output = c("ts", "zoo", "data.frame"),
  ...)

Arguments

series.name

the names of the time series, i.e. 'WAG_Y'

output

the desired output format, either 'ts', 'zoo' or 'data.frame'

...

further arguments passed into getURL. One may use them to work with proxy.

Details

The output may be choosen to be 'ts', 'zoo' or 'data.frame'. Metadata is saved into the attribute 'metadata'.

Value

data.frame with the corresponding time series

Examples

1
2
df <- sophisthse('IP_EA_Q')
df <- sophisthse('WAG_Y')

sophisthse documentation built on May 2, 2019, 8:26 a.m.