diff --git a/adam/adppk.qmd b/adam/adppk.qmd index 202cbb5..f7baa4b 100644 --- a/adam/adppk.qmd +++ b/adam/adppk.qmd @@ -510,9 +510,9 @@ adppk_prefinal <- adppk_aseq %>% create_var_from_codelist(metacore, input_var = EXCLFCOM, out_var = EXCLF) ``` -## Check Data With Metacore +## Check Data With metacore and metatools -We use `{metacore}` to perform a number of checks on the data. We will drop variables not in the specs and make sure all the variables from the specs are included. +We use `{metacore}` objects with `{metatools}` functions to perform a number of checks on the data. We will drop variables not in the specs and make sure all the variables from the specs are included. ```{r} #| label: Metacore