link_data_lake | R Documentation |
Note: Remote
is used in the sense of "a directory on the local file system
but outside the package project".
link_data_lake( path_data_lake = "~/data/dev/", path = "data/", subdirs = TRUE, is_interactive = interactive() )
path_data_lake |
(character) Path to remote data lake. |
path |
(character) Path within the package project to link to
|
subdirs |
(logical) Link subdirectories of |
is_interactive |
[logical] Interactive mode yes/no |
## Not run: link_data_lake( path_data_lake = "~/data/dev/", path = "datalake/" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.