Saves data frames from the environment to their own excel workbook. Each table will be its own excel workbook.

sbf_save_excels(
  sub = sbf_get_sub(),
  main = sbf_get_main(),
  env = parent.frame(),
  epgs = NULL
)

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.

epgs

The projection to convert to

Value

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

Examples

if (FALSE) { # \dontrun{
sbf_save_excels()
} # }