safe_file.exists: Safe File Exists

View source: R/mod_BigQuery_setup.R

safe_file.existsR Documentation

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 documentation built on Sept. 1, 2023, 5:08 p.m.