metric-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'
as_tibble(x, ...)

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

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

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

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

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

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

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

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

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

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

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

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

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

## S3 method for class 'tbl_metric'
distinct(.data, ...)

Arguments

x

For as_data_frame, the

...

Arguments passed on to the appropriate dplyr metric

.data

A tbl_metric object


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