export_xlsx: Exports LFMC data base

View source: R/export_xlsx.R

export_xlsxR Documentation

Exports LFMC data base

Description

Exports whole LFMC data base into an excel (*.xlsx) file

Usage

export_xlsx(xlsxfile, overwrite = FALSE)

Arguments

xlsxfile

A string with the path to the destination file (*.xlsx)

overwrite

A boolean flag to indicate that file should be overwritten

Examples


## Not run: 
  export_xlsx("../lfmc_backup.xlsx", overwrite = T)

## End(Not run)


spif-ctfc/LFMC documentation built on Sept. 29, 2022, 2:21 a.m.