Skip to content

Commit

Permalink
explain metacore and metatools used
Browse files Browse the repository at this point in the history
  • Loading branch information
rossfarrugia authored Nov 17, 2023
1 parent f399508 commit 44bec2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adam/adppk.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44bec2a

Please sign in to comment.