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

View source: R/tests_for_ps.r

check.file.existsR Documentation

Check whether a given file exists

Description

Check whether a given file exists

Usage

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/RTutor documentation built on Feb. 7, 2024, 12:53 a.m.