dplyr.methods {necountries} | R Documentation |
Methods for dplyr
's verbs
Description
countries
' objects inherits from sf
, when a verb of dlpyr
is
used, the returned object is of class sf
; these methods return a
countries
object.
Usage
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
)
Arguments
x , y , by , copy , suffix , keep |
see |
side |
for the |
.data |
see |
... |
further arguments |
Value
for the select
and the left_join
method, a data frame
[Package necountries version 0.1-1 Index]