localFileToURI | R Documentation |
Relative filenames are made absolute. Backslashes as path separators are replaced by forward slashes (as commonly seen on Windows).
localFileToURI(local_filename, must_exist = TRUE)
local_filename |
Path to a file (can be relative to current getwd(); or absolute) |
must_exist |
Require the file to exist |
A URI starting with "file:///" followed by an absolute path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.