write_shp: Write geodata to a shapefile

write_shpR Documentation

Write geodata to a shapefile

Description

Write geodata to a shapefile

Usage

write_shp(
  geodata,
  dsn = getwd(),
  layer = deparse(substitute(geodata)),
  ...,
  verbose = TRUE
)

Arguments

geodata

(sf or sp object)

dsn

(character) generally, a path on disk; see sf::st_write()

layer

(character) layer name; see sf::st_write()

...

further arguments to sf::write_sf()

verbose

(logical)

Value

geodata, invisibly (to allow for chaining)


BAAQMD/shptools documentation built on March 13, 2023, 6:54 a.m.