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