Check if a file exists in the current working directory

file_wd_check(name)

Arguments

name

filename including file extension to be checked.

Value

TRUE/FALSE if file exists in the current working directory.

Author

Dillon Hammill, Dillon.Hammill@anu.edu.au

Examples

file_wd_check("gatingTemplate.csv")
#> [1] FALSE