check_calendar_timestep | R Documentation |
This function verifies if the difference in calendar dates in the provided observations corresponds to the provided timestep of "month".
check_calendar_timestep(dates, date_var, exact = TRUE)
dates |
Vector of Date class representing dates. |
date_var |
The variable in |
exact |
Logical, if |
This function is used for its side effect of stopping if the check fails. If the check passes, the function returns invisibly.
Functions used for checking inputs
check_design_matrix_sparsity()
,
check_group()
,
check_group_date_unique()
,
check_max_delay()
,
check_module()
,
check_modules_compatible()
,
check_numeric_timestep()
,
check_observation_indicator()
,
check_quantiles()
,
check_timestep()
,
check_timestep_by_date()
,
check_timestep_by_group()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.