Save `sf` object to a .csv file.
sf2csv(sf_object, csv_path)
Arguments
- sf_object
`sf` object; The object whose data frame will be saved
as a csv file.
- csv_path
character; Path to the output csv file.
Value
Writes the `sf_object` as a csv file specified by
`csv_path`