check.file.exists: Check whether a given file exists

Description Usage

Description

Check whether a given file exists

Usage

1
2
3
4
5
check.file.exists(file,
  failure.message = paste0("Sorry, but I cannot find the file \"", file,
  "\" in your current working directory."),
  success.message = paste0("Great, I have found the file \"", file, "\"!"),
  ps = get.ps(), part = NULL, ...)

skranz/armd documentation built on Sept. 4, 2020, 12:22 p.m.