sf (version 0.9-7)

vctrs: vctrs methods for sf objects

Description

vctrs methods for sf objects

Usage

vec_ptype2.sfc(x, y, ...)

# S3 method for default vec_ptype2.sfc(x, y, ..., x_arg = "x", y_arg = "y")

# S3 method for sfc vec_ptype2.sfc(x, y, ...)

vec_cast.sfc(x, to, ...)

# S3 method for sfc vec_cast.sfc(x, to, ...)

# S3 method for default vec_cast.sfc(x, to, ...)

Arguments

x

Vector types.

y

Vector types.

...

These dots are for future extensions and must be empty.

x_arg, y_arg

Argument names for x and y.

to

Type to cast to. If NULL, x will be returned as is.