| tsl_colnames_suffix | R Documentation |
Append Suffix to Column Names of Time Series List
tsl_colnames_suffix(tsl = NULL, suffix = NULL)
tsl |
(required, list) Time series list. Default: NULL |
suffix |
(optional, character string) String to append to the column names. Default: NULL. |
time series list
Other tsl_management:
tsl_burst(),
tsl_colnames_clean(),
tsl_colnames_get(),
tsl_colnames_prefix(),
tsl_colnames_set(),
tsl_count_NA(),
tsl_diagnose(),
tsl_handle_NA(),
tsl_join(),
tsl_names_clean(),
tsl_names_get(),
tsl_names_set(),
tsl_names_test(),
tsl_ncol(),
tsl_nrow(),
tsl_repair(),
tsl_subset(),
tsl_time(),
tsl_to_df()
tsl <- tsl_simulate()
tsl_colnames_get(tsl = tsl)
tsl <- tsl_colnames_suffix(
tsl = tsl,
suffix = "_my_suffix"
)
tsl_colnames_get(tsl = tsl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.