sdtmchecksmeta {sdtmchecks} | R Documentation |
Metadata for sdtmchecks
Description
A dataset containing the SDTM checks in the package. The data can be used as input into functions.
Usage
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])
[Package sdtmchecks version 1.0.0 Index]