Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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(...)

Arguments

...

character vectors, containing file names or paths

Value

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


ReviewR

A Light-Weight, Portable Tool for Reviewing Individual Patient Records

v2.3.6
BSD_3_clause + file LICENSE
Authors
Laura Wiley [aut] (<https://orcid.org/0000-0001-6681-9754>), Luke Rasmussen [aut] (<https://orcid.org/0000-0002-4497-8049>), David Mayer [cre, aut], The Wiley Lab [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.