Transforms a tsibble to long format tibble.
1 | tsibble_to_long(tsdata)
|
Should output a tsibble of the format index, key, variable, value. If there is only one key, then it outputs index, variable, value. If there is only one variable then it outputs index, key, variable. If there is only one key and one variable, then it outputs index, variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.