data_inventory_chunk.Rd
Create a data inventory summary for a data chunk
data_inventory_chunk(
data,
by,
panel = by,
stacked = FALSE,
tot = FALSE,
all_name = "all",
dv_col = "DV",
bq_col = "BQL",
id_col = "ID",
...
)
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.
If TRUE
, then independent summaries are created by outer
and included in a single table (see examples).
logical indicating if a summary row should be included
a name to use for the complete data summary
Character name of DV
column.
Character name of BQL
column; see find_bq_col()
.
Character name of ID
column.
used to absorb other arguments; not used