refactor again because of check complaining

This commit is contained in:
2021-08-07 02:00:09 +02:00
parent 4b3e85be62
commit 502dc45781
22 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -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
View File
@@ -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}
+1 -1
View File
@@ -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
View File
@@ -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.}