View source: R/data_inventory_table.R
data_inventory_chunk | R Documentation |
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",
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.