Learn R Programming

sophisthse (version 0.7.0)

sophisthse0: Obtain time series from sophist.hse.ru

Description

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

Usage

sophisthse0(series.name = "IP_EA_Q", ...)

Arguments

series.name
the names of the time series, i.e. 'WAG_Y'
...
further arguments passed into getURL. One may use them to work with proxy.

Value

data.frame with the corresponding time series

Details

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

Examples

Run this code
df <- sophisthse0('IP_EA_Q')
df <- sophisthse0('WAG_Y')

Run the code above in your browser using DataLab