groups: Get the groups for a file data source, or a tbl wrapping an...

Description Usage Arguments Value

Description

Get the groups for a file data source, or a tbl wrapping an Xdf file

Usage

 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)

Arguments

x

A tbl for an Xdf data source; or a raw file data source.

Value

If x is a grouped tbl, a character vector giving the grouping variable names; otherwise, NULL.


RevolutionAnalytics/dplyrXdf documentation built on June 3, 2019, 9:08 p.m.