file.exists2 | R Documentation |
test whether file exists. "/dev/null", NA, "NA", "NULL", values excluded by default.
file.exists2(x, nullfile = "/dev/null", bad = c(NA, "NA", "NULL", ""))
x |
a character vector |
logical
Kevin Hadi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.