write_gpkg: Write to a geopackage file by writing to a temp file first...

View source: R/sf.R

write_gpkgR Documentation

Write to a geopackage file by writing to a temp file first and then copying to the specified destination.

Description

Write to a geopackage file by writing to a temp file first and then copying to the specified destination.

Usage

write_gpkg(obj, dsn, overwrite = FALSE, ...)

Arguments

obj

object to write

dsn

character, the file to write to

overwrite

logical, overwite existing file?

...

other arguments passed to write_sf

Value

obj invisibly

See Also

sf issue 628


BigelowLab/twinkle documentation built on Jan. 26, 2025, 6:34 a.m.