dplyr.methods: Methods for 'dplyr"s verbs

dplyr.methodsR 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 dplyr::left_join

side

for the check_join function

.data

see dplyr::select

...

further arguments

Value

for the select and the left_join method, a data frame


necountries documentation built on April 4, 2025, 1:43 a.m.