Description Usage Arguments Value Examples
Checks if files exists after converting relative into absolute path based on current working directory by default.
1 | file_exists(file, wd = getwd())
|
wd |
A Path to the file, if not set otherwise the working directory is used. |
x |
A filename. |
TRUE if file exists, FALSE if not.
1 2 | file <- system.file("inst/template.docx", package = "R2wdaddons")
file_exists(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.