Description Usage Arguments Value
View source: R/1-prep-time-series.R
Plot code frequency for a datavyu column
1 2 3 4 5 6 7 8 | prep_time_series(
column,
code,
specified_file = NULL,
directory = NULL,
units = "s",
normalize_ts = FALSE
)
|
column |
the column as a character string |
code |
the code as a character string |
specified_file |
the file name; use datavyur::datavyu_col_search() to determine their names |
directory |
the path to the directory as a character string; can be set with options(directory = "") |
units |
the units the data will be prepared in; either "m" (minutes), "s" (default; seconds), or "ms" (milli-seconds) |
normalize_ts |
set to TRUE to normalize the time series |
a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.