fix documentation and improve readme

This commit is contained in:
2021-08-11 23:29:37 +02:00
parent efddf043e3
commit 1e9c9ba651
3 changed files with 47 additions and 4 deletions
+4 -3
View File
@@ -272,9 +272,10 @@ read_from_csv <- function(path="inst/csv/") {
res
}
#' @param path directory of csv files to read
#' read data from csv files if they exist already
#' otherwise fetch protocols and then write the data into csv files
#' Read records from csv or fetch
#'
#' @param path base directory where csv files are expected under path/csv
#' and possibly records fetched and stored under path/records
#'
#' @export
read_from_csv_or_fetch <- function(path="inst/") {