A dataset containing the SDTM checks in the package. The data can be used as input into functions.
data(sdtmchecksmeta)
A data frame with a row for each R check in the package:
R check name, without .R file extension
Therapeutic area grouping
High, Medium, Low
SDTM domains used in function
Excel title for tab
PDF title for check
PDF subtitle for check, with * at the start of each subtitle line
PDF return message when SDTM domain not available
explicit string input of domain name(s) into R check function
explicit string input of domain name(s) into R check function, Roche specific
Is this related to mapping? i.e. Not a site issue.
explicit string input to check existence of SDTM domain(s) before running check
data(sdtmchecksmeta)
head(sdtmchecksmeta[,1:5])
#> # A tibble: 6 × 5
#> check category priority domains xls_title
#> <chr> <chr> <chr> <chr> <chr>
#> 1 check_ae_aeacn_ds_disctx_covid COVID Low ae, ds COVID AE trt dis…
#> 2 check_ae_aeacnoth ALL Low ae AE AEACNOTH mult…
#> 3 check_ae_aeacnoth_ds_disctx ALL Low ae, ds AE AEACNOTx Disc…
#> 4 check_ae_aeacnoth_ds_stddisc_covid COVID Low ae, ds COVID AE study d…
#> 5 check_ae_aedecod ALL High ae AE Missing PT
#> 6 check_ae_aedthdtc_aesdth ALL High ae AE Death Date vs…