file.not.exists: slightly more robust test for whether file does not exist

View source: R/package.R

file.not.existsR Documentation

slightly more robust test for whether file does not exist

Description

test whether a file is NA, NULL, or /dev/null OR if the file exists

Usage

file.not.exists(x, nullfile = "/dev/null", bad = c(NA, "NA", "NULL", ""))

Arguments

x

a character vector

Value

logical

Author(s)

Kevin Hadi


kevinmhadi/khtools documentation built on Jan. 16, 2025, 4:18 p.m.