Merge branch 'master' of https://git.flavigny.de/christian/hateimparlament
This commit is contained in:
+5
-7
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user