Learn R Programming

smartmap (version 0.1.1)

st_as_sf: Convert coordinate matrices to sf objects

Description

Convert coordinate matrices to sf objects

Usage

# S3 method for coord_matrix
st_as_sf(x, ...)

Arguments

...

ignored

Value

an sf::sf() object with an sfc_POINT-geometry column

See Also

sf::st_as_sf()