|
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/parse.R
- \name{write_to_csv}
- \alias{write_to_csv}
- \title{Write to CSV-Document}
- \usage{
- write_to_csv(tables, path = "csv/", create = F)
- }
- \arguments{
- \item{tables}{The List of Tables you want to convert into a CSV-Document.}
-
- \item{path}{The path where to put the CSV-Document.}
-
- \item{create}{Set TRUE if the path does not exist yet and you want to create it.}
- }
- \description{
- Put all tables from the entered list in separate CSV documents.
- }
|