list2CSV: Export List to CSVs

View source: R/list2CSV.R

list2CSVR Documentation

Export List to CSVs

Description

Export List to CSVs

Usage

list2CSV(
  dfList,
  outputFolder = file.path(getwd(), "outputDatasetsForPowerBi"),
  overwriteDirectory = FALSE
)

Arguments

dfList

A named list of data.frames for export

outputFolder

The file path to the folder that the CSV's will be exported to. Defaults to file.path(getwd(), 'outputDatasetsForPowerBi')

overwriteDirectory

Should the directory be deleted and recreated? Defaults to FALSE as this is a dangerous option


MARC-KC/Covid19MARCData documentation built on April 7, 2022, 11:43 a.m.