refactor project structure
This commit is contained in:
+1
-1
@@ -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
@@ -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}
|
||||
|
||||
@@ -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
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user