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