linkOrCopy | R Documentation |
First try to create a hardlink to the file. If that fails, try a symbolic link (symlink) before falling back to copying the file. "File" here can mean a file or a directory.
linkOrCopy(from, to, allowSymlink = FALSE)
fileRenameOrMove(from, to)
from , to |
character vectors, containing file names or paths. |
allowSymlink |
Logical. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.