Write sf files with units

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)