View source: R/symlink_files.R
symlink.files | R Documentation |
This function creates symlinks in the current directory to files in the provided directory.
symlink.files(file.dir, pattern, replacements = NULL)
file.dir |
character; path to directory containing files you want to link to. |
pattern |
character; matching pattern for files you want to link. |
replacements |
list; a named list of patterns and replacements for file names, e.g. =list(to.replace = c("A", "B"), replace.by = c("a", "b")). Default is NULL. |
system
, str_split
, list.files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.