summ_pruned | R Documentation |
Summary of pruned rows.
summ_pruned(data, prune_var = "prune_id", amt_var = NULL)
data |
Data.frame. |
prune_var |
Name of variable with prune id. Default value is "prune_id". |
amt_var |
Name of optional variable to sum. If NULL (default) then no sum of amount will appear in the summary. |
Summary of pruned rows with info on the number of rows and the sum of
an optional variable identified by amt_var
,
Dataframe with summary info.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.