file.abspath | R Documentation |
Return logical value which represents whether the given path is absolute path or not.
file.abspath(filepath, filedir, strict = TRUE)
filepath |
file path (character) |
filedir |
file directory |
strict |
logical: TRUE ~ remove unnecessary reference, e.g., "a/b/../c". |
absolute file path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.