as_geodata: Promote a data frame to an 'sf' object

as_geodataR Documentation

Promote a data frame to an sf object

Description

Promote a data frame to an sf object

Usage

as_geodata(input_data, coords, crs, ..., verbose = TRUE)

Arguments

input_data

data frame or tibble

coords

names of columns; see sf::st_as_sf()

crs

can use integer or sf::st_crs()

...

further arguments to sf::st_as_sf()

verbose

logical


BAAQMD/geotools documentation built on Feb. 29, 2024, 5:44 a.m.