View source: R/peekds_validators.R
file.exists.case.sensitive | R Documentation |
Check if a file exists with exact case sensitivity
file.exists.case.sensitive(...)
... |
character vectors, containing file paths |
logical value: TRUE if the file exists with the exact same case, FALSE otherwise
## Not run:
exists <- file.exists.case.sensitive("path/to/image.jpg")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.