fs_create_symlink | R Documentation |
Create symlinc
fs_create_symlink( original = "~/data/dev/", symlink = "datalake/", subdirs = TRUE, is_interactive = interactive() )
original |
(character) Path to original directory to symlink. |
symlink |
(character) Path to directory to use as symlink. |
subdirs |
(logical) Link subdirectories of |
is_interactive |
[logical] Interqctive mode yes/no |
## Not run: fs_create_symlink( original = "~/data/dev/", symlink = "datalake/" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.