tstp_setvalue: Sets values to specified interval

Description Usage Arguments Value Note Author(s)

Description

Sets values on a given time series within given range.

Usage

1
2
tstp_setvalue(con, tsid, defart = c("K", "I", "M"), reihenart = c("Z", "R"),
  value = NA, from = NULL, to = NULL, by = "mins", tz = "GMT")

Arguments

con

A tstp_connection object.

tsid

The timeseries ID.

defart

Specifies the defart.

reihenart

Specifies the reihenart.

value

The value to be set.

from

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

to

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

by

Increment of the time sequence (e.g. "min")

tz

Specifies the time zone.

Value

tstp_put

Note

WARNING! This function overrides values without prompting!

Author(s)

Dominik Leutnant


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