View source: R/as_timeseries.R
as_timeseries | R Documentation |
Creates an xts object indexed by time
as_timeseries(data, index = 2, name_col = "V1")
data |
A dataframe, subelements of list as output by read_e4 function |
index |
Which column (integer) to use as the data in the timeseries. Default: 2. |
name_col |
Column name to give to the timeseries data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.