View source: R/methods-epi_df.R
as_tsibble.epi_df | R Documentation |
Converts an epi_df
object into a tsibble, where the index is taken to be
time_value
, and the key variables taken to be geo_value
along with any
others in the other_keys
field of the metadata, or else explicitly set.
## S3 method for class 'epi_df'
as_tsibble(x, key, ...)
x |
an |
key |
Optional. Any additional keys (other than |
... |
additional arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.