Description Usage Arguments Details Value Examples
Extract value column and present it as ts
1 | extract_value(model_sample, target = "value")
|
model_sample |
preferably tsibble |
target |
name of the target variable, "value" by default |
Extract value column and present it as ts
univariate time series
1 2 | test = dplyr::tibble(date = as.Date("2017-01-01") + 0:9, value = rnorm(10))
extract_value(test)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.