Learn R Programming

ReviewR (version 2.3.10)

safe_file.exists: Safe File Exists

Description

A "safe" wrapper around base::file.exists that returns a FALSE if no file path is supplied as an argument, instead of an error.

Usage

safe_file.exists(...)

Value

Logical, true/false if file path is provided or NULL if not supplied with any input.

Arguments

...

character vectors, containing file names or paths