check_ts | R Documentation |
Check time series dataframe
check_ts(data, date_col, allow_non_num = TRUE, verbose = FALSE)
data |
The dataframe containing the column specified |
date_col |
The date column name as a string |
allow_non_num |
A boolean to specify whether to include only date and numeric columns |
verbose |
A boolean to specify whether to print warnings |
Check if dataframe contains specified date column and that its data-type
checked data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.