CompadreDB-Tidyverse | R Documentation |
CompadreDB methods for functions in dplyr and ggplot2.
fortify.CompadreDB(model, data, ...)
filter.CompadreDB(.data, ...)
slice.CompadreDB(.data, ...)
arrange.CompadreDB(.data, ...)
mutate.CompadreDB(.data, ...)
group_by.CompadreDB(.data, ..., add = FALSE)
ungroup.CompadreDB(x, ...)
summarize.CompadreDB(.data, ...)
summarise.CompadreDB(.data, ...)
select.CompadreDB(.data, ...)
rename.CompadreDB(.data, ...)
left_join.CompadreDB(
x,
y,
by = NULL,
copy = FALSE,
suffix = c(".x", ".y"),
...
)
right_join.CompadreDB(
x,
y,
by = NULL,
copy = FALSE,
suffix = c(".x", ".y"),
...
)
inner_join.CompadreDB(
x,
y,
by = NULL,
copy = FALSE,
suffix = c(".x", ".y"),
...
)
full_join.CompadreDB(
x,
y,
by = NULL,
copy = FALSE,
suffix = c(".x", ".y"),
...
)
data |
see |
... |
other arguments |
add |
Logical indicating whether to overwrite existing groups
( |
x , model , .data |
A CompadreDB object |
y |
see |
by |
see |
copy |
see |
suffix |
see |
No return value, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.