Learn R Programming

binman (version 0.1.3)

noproc_dlfiles: Do not post process

Description

Do not post process dlfiles

Usage

noproc_dlfiles(dlfiles)

Value

Returns a list of character vectors indicating files processed

Arguments

dlfiles

A data.frame of files by platform and indicating whether they were processed

Examples

Run this code
if (FALSE) {
ymlfile <- system.file("exdata", "sampleapp4.yml", package = "binman")
trdata <- system.file("testdata", "test_dlres.Rdata", package = "binman")
load(trdata)
testthat::with_mock(
  `httr::GET` = function(...) {
    test_llres
  },
  `base::dir.create` = function(...) {
    TRUE
  },
  procyml <- process_yaml(ymlfile)
)
procyml
}

Run the code above in your browser using DataLab