relative_to | R Documentation |
Given a directory and a file, return a relative path from the directory to the file, or the unmodified file path if the file does not appear to be in the directory.
relative_to(dir, file)
dir |
Directory |
file |
File |
Relative path from the directory to the file (or the unmodified file path if the file does not appear to be in the directory).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.