data_inventory_data.RdCreate a summary of endpoint data
data_inventory_data(
data,
by,
panel = by,
all_name = "all",
stacked = FALSE,
...
)the data frame to summarize; the user should filter or subset
so that data contains exactly the records to be summarized; pmtables will
not add or remove rows prior to summarizing data
The outer grouping variable; may be character or quosure.
The panel grouping variable; may be character or quosure.
a name to use for the complete data summary
If TRUE, then independent summaries are created by outer
and included in a single table (see examples).
passed to subsequent summary functions