metric-group-s3: Metric dplyr S3 methods

Description Usage Arguments

Description

Metric dplyr S3 methods

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## S3 method for class 'tbl_metric_group'
as_tibble(x, ...)

## S3 method for class 'tbl_metric_group'
filter(.data, ...)

## S3 method for class 'tbl_metric_group'
select(.data, ...)

## S3 method for class 'tbl_metric_group'
arrange(.data, ...)

## S3 method for class 'tbl_metric_group'
mutate(.data, ...)

## S3 method for class 'tbl_metric_group'
group_by(.data, ...)

## S3 method for class 'tbl_metric_group'
summarise(.data, ...)

## S3 method for class 'tbl_metric_group'
inner_join(.data, ...)

## S3 method for class 'tbl_metric_group'
left_join(.data, ...)

## S3 method for class 'tbl_metric_group'
right_join(.data, ...)

## S3 method for class 'tbl_metric_group'
semi_join(.data, ...)

## S3 method for class 'tbl_metric_group'
anti_join(.data, ...)

## S3 method for class 'tbl_metric_group'
rename(.data, ...)

## S3 method for class 'tbl_metric_group'
count(.data, ...)

## S3 method for class 'tbl_metric_group'
transmute(.data, ...)

Arguments

x

For as_tibble, a tbl_metric_group object

...

Arguments passed on to the appropriate dplyr verb

.data

A tbl_metric_group object


datacamp/tidymetrics documentation built on March 21, 2021, 3:28 a.m.