Create a summary of endpoint data

data_inventory_data(
  data,
  by,
  panel = by,
  all_name = "all",
  stacked = FALSE,
  ...
)

Arguments

data

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

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

stacked

if TRUE, then independent summaries are created by outer and included in a single table (see examples)

...

passed to subsequent summary functions