add Documentation for write_to_csv

This commit is contained in:
Leon Burgard
2021-08-04 16:47:06 +02:00
parent 5f9343bf7f
commit c22bc0b91b
4 changed files with 57 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
% 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.
}