link_data_lake: Link remote data lake to local directory.

View source: R/fs.R

link_data_lakeR Documentation

Link remote data lake to local directory.

Description

Note: Remote is used in the sense of "a directory on the local file system but outside the package project".

Usage

link_data_lake(
  path_data_lake = "~/data/dev/",
  path = "data/",
  subdirs = TRUE,
  is_interactive = interactive()
)

Arguments

path_data_lake

(character) Path to remote data lake.

path

(character) Path within the package project to link to path_data_lake via symbolic linking

subdirs

(logical) Link subdirectories of original into symlink (TRUE) or link original itself into symlink (FALSE)?

is_interactive

[logical] Interactive mode yes/no

Examples

## Not run: 
link_data_lake(
    path_data_lake = "~/data/dev/",
    path = "datalake/"
)

## End(Not run)

rappster/laker documentation built on Aug. 15, 2022, 10:13 p.m.