| dplyr.methods | R Documentation |
dplyr's verbscountries' objects inherits from sf, when a verb of dlpyr is
used, the returned object is of class sf; these methods return a
countries object.
check_join(x, y, by = NULL, side = c("right", "both", "left"))
## S3 method for class 'countries'
select(.data, ...)
## S3 method for class 'countries'
left_join(
x,
y,
by = NULL,
copy = FALSE,
suffix = c(".x", ".y"),
...,
keep = NULL
)
x, y, by, copy, suffix, keep |
see |
side |
for the |
.data |
see |
... |
further arguments |
for the select and the left_join method, a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.