Methods for class gg obtained by applying ggmethod on functions from dplyr and tidyr that have a data.frame or tbl_df method
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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | anti_join.gg(gg, y, by = NULL, copy = FALSE, ...)
arrange.gg(gg, ...)
as.tbl.gg(gg, ...)
as.tbl_cube.gg(gg, ...)
auto_copy.gg(gg, y, copy = FALSE, ...)
collapse.gg(gg, ...)
collect.gg(gg, ...)
compute.gg(gg, name = random_table_name(), ...)
distinct.gg(gg, ..., .keep_all = FALSE)
do.gg(gg, ...)
filter.gg(gg, ...)
full_join.gg(gg, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"),
...)
group_by.gg(gg, ..., add = FALSE)
group_indices.gg(gg, ...)
group_size.gg(gg)
groups.gg(gg)
inner_join.gg(gg, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"),
...)
intersect.gg(gg, y, ...)
left_join.gg(gg, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"),
...)
mutate.gg(gg, ...)
n_groups.gg(gg)
pull.gg(gg, var = -1)
rename.gg(gg, ...)
right_join.gg(gg, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"),
...)
same_src.gg(gg, y)
sample_frac.gg(gg, size = 1, replace = FALSE, weight = NULL,
.env = NULL)
sample_n.gg(gg, size, replace = FALSE, weight = NULL, .env = NULL)
select.gg(gg, ...)
semi_join.gg(gg, y, by = NULL, copy = FALSE, ...)
setdiff.gg(gg, y, ...)
setequal.gg(gg, y, ...)
slice.gg(gg, ...)
summarise.gg(gg, ...)
tbl_vars.gg(gg)
ungroup.gg(gg, ...)
union.gg(gg, y, ...)
union_all.gg(gg, y, ...)
complete.gg(gg, ..., fill = list())
drop_na.gg(gg, ...)
expand.gg(gg, ...)
extract.gg(gg, col, into, regex = "([[:alnum:]]+)", remove = TRUE,
convert = FALSE, ...)
fill.gg(gg, ..., .direction = c("down", "up"))
gather.gg(gg, key = "key", value = "value", ..., na.rm = FALSE,
convert = FALSE, factor_key = FALSE)
nest.gg(gg, ..., .key = "data")
replace_na.gg(gg, replace, ...)
separate.gg(gg, col, into, sep = "[^[:alnum:]]+", remove = TRUE,
convert = FALSE, extra = "warn", fill = "warn", ...)
separate_rows.gg(gg, ..., sep = "[^[:alnum:].]+", convert = FALSE)
spread.gg(gg, key, value, fill = NA, convert = FALSE, drop = TRUE,
sep = NULL)
unite.gg(gg, col, ..., sep = "_", remove = TRUE)
unnest.gg(gg, ..., .drop = NA, .id = NULL, .sep = NULL,
.preserve = NULL)
|
gg |
an object of class gg |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.