Description Usage Arguments Value
Get the groups for a file data source, or a tbl wrapping an Xdf file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## S3 method for class 'RxFileData'
group_vars(x)
## S3 method for class 'grouped_tbl_xdf'
group_vars(x)
## S3 method for class 'RxFileData'
groups(x)
## S3 method for class 'grouped_tbl_xdf'
groups(x)
## S3 method for class 'grouped_tbl_xdf'
ungroup(x)
## S3 method for class 'RxFileData'
ungroup(x)
|
x |
A tbl for an Xdf data source; or a raw file data source. |
If x
is a grouped tbl, a character vector giving the grouping variable names; otherwise, NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.