This is a sample function demonstrating the type of function the user will supply to count rows of additional data available for a given domain.
Usage
sample_fnCountData(
strDomainID = c("AE", "ENROLL", "LB", "PD", "SDRGCOMP", "STUDCOMP", "SUBJ", "DATACHG",
"DATAENT", "QUERY"),
strGroupID = NULL,
strGroupLevel = "Site",
strSubjectID = NULL,
dSnapshotDate = NULL
)Arguments
- strDomainID
characterThe domain data.frame to load.- strGroupID
characterAGroupIDof an individual site or other group within a study.- strGroupLevel
characterValue for the group level. Default:NULLand taken fromdfMetrics$GroupLevelif available.- strSubjectID
characterASubjectIDof an individual participant.- dSnapshotDate
DateThe date of a data snapshot.
See also
Other sample data:
sample_dfAnalyticsInput,
sample_dfBounds,
sample_dfGroups,
sample_dfMetrics,
sample_dfResults,
sample_fnFetchData()