| exportListToXlsx | R Documentation | 
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.
exportListToXlsx(
  list,
  prefix = "",
  suffix = "",
  separation = "",
  path_export = getwd()
)
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.  | 
Save in the working directory a xlsx file for each dataframe in the list of dataframes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.