Skip to content

Commit

Permalink
Corrected typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobaratin committed Dec 13, 2024
1 parent 6c132ba commit 6b0196e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/adis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ adis <- restrict_derivation(
```{r, echo=FALSE}
dataset_vignette(
adis,
display_vars = exprs(USUBJID, VISITNUM, ISTEST, ISORRES, CRIT1, CRIT1FLN, CRIT1FN)
display_vars = exprs(USUBJID, VISITNUM, ISTEST, ISORRES, CRIT1, CRIT1FL, CRIT1FLN)
)
```

Expand Down

0 comments on commit 6b0196e

Please sign in to comment.