group_data | R Documentation |
The location of group data is an internal implemnetation detail, so these get and set methods enable interfacing with that data.
set_group_data(x, g, .drop = group_by_drop_default(x))
get_group_data(x)
x |
A S4Vectors::DataFrame on which to set group data. |
g |
Group data (a |
.drop |
Drop groups formed by factor levels that don't appear in the data? |
For set_group_data
, the input x
with group data set as metadata.
For get_group_data
, the group data that is set on x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.