Skip to contents

Saves sf tbls each 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. The functions expects that all data frames in the environment meet these requirements.

Usage

sbf_save_spatials(
  sub = sbf_get_sub(),
  main = sbf_get_main(),
  env = parent.frame()
)

Arguments

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)

env

An environment.

Value

An invisible character vector of the paths to the saved objects.