Metric dplyr S3 methods
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, ...)
|
x |
For |
... |
Arguments passed on to the appropriate dplyr verb |
.data |
A |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.