View source: R/table-clear_reps.R
tab_clear_reps | R Documentation |
Clear repeated values in a column
tab_clear_reps(
data = NULL,
clear_reps = NULL,
panel = rowpanel(NULL),
clear_grouped_reps = NULL,
...
)
data |
a data.frame to convert to tabular table; the user should filter
or subset so that |
clear_reps |
character vector of column names where duplicate values will
be made blank (overwritten with |
panel |
character column name to use to section the table; sections will
be created from unique values of |
clear_grouped_reps |
passed to |
... |
not used |
clear_grouped_values()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.