data_inventory_chunk.RdCreate 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", ... )
| data | the data frame to summarize; the user should filter or subset
so that |
|---|---|
| by | the outer grouping variable; may be character or quosure |
| panel | the panel grouping variable; may be character or quosure |
| stacked | if |
| tot | logical indicating if a summary row should be included |
| all_name | a name to use for the complete data summary |
| dv_col | character name of |
| bq_col | character name of |
| id_col | character name of |
| ... | used to absorb other arguments; not used |