Parcourir la source

add documentation for read_from_csv_or_fetch

alternative-vignettes
JosuaKugler il y a 4 ans
Parent
révision
b7166d1578
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      R/parse.R

+ 4
- 0
R/parse.R Voir le fichier

@@ -272,6 +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
#'
#' @export
read_from_csv_or_fetch <- function(path="inst/") {
path <- make_directory_path(path)


Chargement…
Annuler
Enregistrer