refactor project structure

This commit is contained in:
2021-08-07 01:16:56 +02:00
parent bf30511678
commit 53fdb7530b
23 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
\alias{fetch_all}
\title{Download available records}
\usage{
fetch_all(download_dir = "records/", create = FALSE)
fetch_all(download_dir = "data/records/", create = FALSE)
}
\arguments{
\item{download_dir}{character}
+1 -1
View File
@@ -4,7 +4,7 @@
\alias{read_all}
\title{Parse xml records}
\usage{
read_all(path = "records/")
read_all(path = "data/records/")
}
\arguments{
\item{path}{character}
+1 -1
View File
@@ -4,7 +4,7 @@
\alias{read_from_csv}
\title{Read the needed tables for developing from a csv file.}
\usage{
read_from_csv(path = "csv/")
read_from_csv(path = "data/csv/")
}
\arguments{
\item{path}{char
+1 -1
View File
@@ -4,7 +4,7 @@
\alias{write_to_csv}
\title{Write the parsed and repaired results into a csv file to make loading and developing faster and easier}
\usage{
write_to_csv(tables, path = "csv/", create = F)
write_to_csv(tables, path = "data/csv/", create = F)
}
\arguments{
\item{tables}{tibble list}