refactor again because of check complaining
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
\alias{fetch_all}
|
||||
\title{Download available records}
|
||||
\usage{
|
||||
fetch_all(download_dir = "data/records/", create = FALSE)
|
||||
fetch_all(download_dir = "inst/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 = "data/records/")
|
||||
read_all(path = "inst/records/")
|
||||
}
|
||||
\arguments{
|
||||
\item{path}{character}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
\alias{read_from_csv}
|
||||
\title{create a tibble from the csv file}
|
||||
\usage{
|
||||
read_from_csv(path = "data/csv/")
|
||||
read_from_csv(path = "inst/csv/")
|
||||
}
|
||||
\arguments{
|
||||
\item{path}{directory to read files from
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
\alias{write_to_csv}
|
||||
\title{Write the parsed and repaired results into separate csv files}
|
||||
\usage{
|
||||
write_to_csv(tables, path = "data/csv/", create = F)
|
||||
write_to_csv(tables, path = "inst/csv/", create = F)
|
||||
}
|
||||
\arguments{
|
||||
\item{tables}{list of tables to convert into a csv files.}
|
||||
|
||||
Reference in New Issue
Block a user