docs and name update

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-18 14:41:44 +01:00
commit 9d53f84427
No known key found for this signature in database
7 changed files with 39 additions and 10 deletions

View file

@ -45,7 +45,7 @@ The more advanced `ds2dd_detailed()` is a natural development. It will try to ap
The dataset should be correctly formatted for the data dictionary to preserve as much information as possible.
```{r eval=TRUE}
```{r eval=FALSE}
d2 <- REDCapCAST::redcapcast_data |>
dplyr::mutate(record_id = seq_len(dplyr::n()),
region=factor(region)) |>