소스 검색

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)


불러오는 중...
취소
저장