View source: R/data_inventory_table.R
data_inventory_data | R Documentation |
Create a summary of endpoint data
data_inventory_data(
data,
by,
panel = by,
all_name = "all",
summarize_all = TRUE,
stacked = FALSE,
...
)
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. |
all_name |
a name to use for the complete data summary |
summarize_all |
if |
stacked |
If |
... |
passed to subsequent summary functions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.