exportListToCsv: Export to csv a list of dataframes

View source: R/exportListToCsv.R

exportListToCsvR Documentation

Export to csv a list of dataframes

Description

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

Usage

exportListToCsv(
  list,
  prefix = "",
  suffix = "",
  separation = "",
  path = getwd()
)

Arguments

path

= destiny path. By default is the actual working directory.

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 "_".

Value

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


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