Skip to contents

Saves an sf tbl with at least one row for which the first column (not a geometry) is unique with no missing values and only one geometry column which must have a defined projection.

Usage

sbf_save_spatial(x, x_name = NULL, sub = sbf_get_sub(), main = sbf_get_main())

Arguments

x

The sf tbl to save.

x_name

A string of the name.

sub

A string specifying the path to the sub folder (by default the current sub folder).

main

A string specifying the path to the main folder (by default the current main folder)

Value

An invisible string of the path to the saved data.frame