tstp_getcombo: tstp_getcombo

Description Usage Arguments Details Value Author(s) See Also

Description

Gets time series data from the tstp server (including texts)

Usage

1
2
tstp_getcombo(con, tsid, from = NULL, to = NULL, qual = 1,
  readmode = c("INTERPOLIERT", "INNEN", "AUSSEN"), debug = FALSE)

Arguments

con

A tstp_connection object.

tsid

The timeseries ID.

from

Specifies the first date (%Y-%m-%d).

to

Specifies the last date (%Y-%m-%d).

qual

Sets the level of quality.

readmode

Readmode.

debug

logical. For debugging purposes only.

Details

The time series server stores three types of data lists: the list with numbers, the list with texts and the list with isolated points. GETCOMBO gets all three data lists in one single request. GETCOMBO behaves like GET. The return comprises three consecutive TSD elements. The first is for numbers, the second for texts, the third for isolated points. In addition to the parameters of the GET command (VON, BIS, QUAL) there is READMODE, that can take INTERPOLIERT (interpolated), INNEN (inside) or AUSSEN (outside). The default is INTERPOLIERT.

Value

A list of two xts objects.

Author(s)

Dominik Leutnant

See Also

xts


dleutnant/tstpr documentation built on May 15, 2019, 9:18 a.m.