This commit is contained in:
2021-08-07 01:36:06 +02:00
10 changed files with 176 additions and 85 deletions
+5 -7
View File
@@ -2,19 +2,17 @@
% Please edit documentation in R/parse.R
\name{write_to_csv}
\alias{write_to_csv}
\title{Write the parsed and repaired results into a csv file to make loading and developing faster and easier}
\title{Write the parsed and repaired results into separate csv files}
\usage{
write_to_csv(tables, path = "data/csv/", create = F)
}
\arguments{
\item{tables}{tibble list}
\item{tables}{list of tables to convert into a csv files.}
\item{path}{char}
\item{path}{where to put the csv files.}
\item{create}{bool
if create is set to TRUE, the directory given in path is created}
\item{create}{set TRUE if the path does not exist yet and you want to create it}
}
\description{
Write the parsed and repaired results into a csv file to make loading and developing faster and easier
Write the parsed and repaired results into separate csv files
}