exportListToXlsx: Export to xlsx a list of dataframes

exportListToXlsxR Documentation

Export to xlsx a list of dataframes

Description

This function create a xlsx file for each dataframe in a list of dataframes. The name of every created file contains the name of its corresponding dataframe.

Usage

exportListToXlsx(
  list,
  prefix = "",
  suffix = "",
  separation = "",
  path_export = getwd()
)

Arguments

list:

list of dataframes

prefix:

text to add after the name of the dataframe in the file exported. None by default.

suffix:

text to add before the name of the dataframe in the file exported. None by default.

separation:

characters to separate the prefix and suffix to the name of the dataframe. By default is "_".

path_export:

path where the files will be saved.

Value

Save in the working directory a xlsx file for each dataframe in the list of dataframes.


Eucrow/sapmuebase documentation built on April 17, 2024, 10:29 a.m.