浏览代码

add documentation for read_from_csv_or_fetch

alternative-vignettes
JosuaKugler 4 年前
父节点
当前提交
b7166d1578
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      R/parse.R

+ 4
- 0
R/parse.R 查看文件

@@ -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)


正在加载...
取消
保存