save_w_units: Write sf files with units

View source: R/save_w_units.R

save_w_unitsR Documentation

Write sf files with units

Description

Write sf files with units

Usage

save_w_units(x, full_path, overwrite = T)

Arguments

x

sf object with units.

full_path

Full path (including filename and extension) to write sf object. CSV file with column names and units will be saved with the same path but with "_units.csv" at the end.

overwrite

Overwrite existing file? Default is T

Value

N/A

Examples

# save_w_units(
# x = pipes,
# full_path = "your_path_here/pipes.gpkg",
# overwrite = T)

acgold/floodr documentation built on Aug. 30, 2022, 11:17 a.m.