Create a summary of endpoint data
data_inventory_data(
data,
by,
panel = by,
all_name = "all",
summarize_all = TRUE,
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 a complete data summary will be
appended to the bottom of the table when stacked
is FALSE
.
If TRUE
, then independent summaries are created by outer
and included in a single table (see examples).
passed to subsequent summary functions