A dataset containing the SDTM checks in the package. The data can be used as input into functions.

data(sdtmchecksmeta)

Format

A data frame with a row for each R check in the package:

check

R check name, without .R file extension

category

Therapeutic area grouping

priority

High, Medium, Low

domains

SDTM domains used in function

xls_title

Excel title for tab

pdf_title

PDF title for check

pdf_subtitle

PDF subtitle for check, with * at the start of each subtitle line

pdf_return

PDF return message when SDTM domain not available

fxn_in

explicit string input of domain name(s) into R check function

fxn_in_roche

explicit string input of domain name(s) into R check function, Roche specific

mapping

Is this related to mapping? i.e. Not a site issue.

exist_string

explicit string input to check existence of SDTM domain(s) before running check

Examples

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…

if (FALSE) {
 sdtmchecksmeta
}