Separate test-derive_date_vars.R
into its inherent separate parts
#2340
Labels
documentation
Improvements or additions to documentation
From #2339, apply similar logic to testthat files
derive_date_vars.R
breaks the convention of how we usually format our files, it is difficult to navigate, would be better if it was broken down into its inherent two component parts:derive_vars_dt()
andderive_vars_dtm()
Defintion of done:
derive_date_vars,R
intoderive_vars_dt.R
,derive_vars_dtm.R
date_vars_utils.R
derive_vars_dt.R
would containderive_vars_dt()
convert_dtc_to_dt()
impute_dtc_dt()
restricted_imputed_dtc_dt()
andcompute_dtf()
derive_vars_dtm.R
would containderive_vars_dtm()
get_partial_datetime()
convert_dtc_to_dtm()
impute_dtc_dtm()
restricted_imputed_dtc_dtm()
andcompute_tmf()
date_vars_utils.R would contain
dtm_level()The text was updated successfully, but these errors were encountered: