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
character
The domain data.frame to load.- strGroupID
character
AGroupID
of an individual site or other group within a study.- strGroupLevel
character
Value for the group level. Default:NULL
and taken fromdfMetrics$GroupLevel
if available.- strSubjectID
character
ASubjectID
of an individual participant.- dSnapshotDate
Date
The date of a data snapshot.
See also
Other sample data:
sample_dfAnalyticsInput
,
sample_dfBounds
,
sample_dfGroups
,
sample_dfMetrics
,
sample_dfResults
,
sample_fnFetchData()