get_stat_hse_info_vector: Obtain additional information for specific time series

Description Usage Arguments Details Value Examples

View source: R/sophisthse.R

Description

Obtain additional information for specific time series from sophist.hse.ru

Usage

1
2
get_stat_hse_info_vector(series.name = "IP_EA_Q", n.vars = 1,
  info = c("methodology", "source", "comment"), ...)

Arguments

series.name

the names of the time series

n.vars

number of variables

info

type of information (methodology/source/comment)

...

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

Details

Internal function. Obtain additional information for specific time series from sophist.hse.ru. Either 'methodology', 'source' or 'comment'.

Value

character vector with info for each variable

Examples

1
info <- sophisthse:::get_stat_hse_info_vector('IP_EA_Q', 1, 'methodology')

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