Search notes:

R function: file.exists

file.exists(…) returns a logical vector that indicates if the respective file of the call exists.
file.exists('exists.R', 'does-not-exist')
#
# TRUE FALSE
Github repository about-r, path: /functions/file/exists.R

See also

file
Index to (some) R functions

Index