ws_tagged: FUnction to get the curve attributes.

Description Usage Arguments Examples

View source: R/ws_series_tagged.R

Description

FUnction to get the curve attributes.

Usage

1
2
3
ws_tagged(id, tag = NULL, from = NULL, to = NULL, time_zone = NULL,
  ws_filter = NULL, ws_function = NULL, frequency = NULL,
  output_time_zone = NULL, token = NULL)

Arguments

id

Curve id. Integer.

tag

Time series tag. Array [string].

from

Values from date (inclusive). Character.

to

Values to date (exclusive). Character.

time_zone

Change curve time_zone before filtering and frequency change. Character.

ws_filter

Filter out parts of the time series. Array[string].

ws_function

The aggregate/split function to use when changing frequency. Character.

frequency

The required frequency of the output. Character.

output_time_zone

Change curve time_zone after filtering and frequency change.

token

Token

Examples

1
library(mkonline2)

krose/mkonline2 documentation built on Nov. 7, 2019, 10:42 a.m.