Directory$mount
Directory$mount(path=getwd()) → void
Parameters:
Returns:
Examples:
dir <- redivis$table("table_ref")$to_directory()
# All files are now (instantaneously!) available on the local filesystem, though they
# will need to be downloaded as they are accessed.
dir$mount("/scratch/files")
Last updated
Was this helpful?

