View source: R/helpfunctions.R
| get_datlvls | R Documentation |
For each column in a data.frame-like object, identify the hierarchical
level as the highest grouping level from groups_df for which the column is
identical for all members of every group.
get_datlvls(data, groups_df)
data |
a |
groups_df |
the |
A named character vector of length ncol(data). Each element is the
name of the grouping level at which the corresponding data column is
constant.
get_grouping_levels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.