Learn R Programming

tiledb (version 0.33.0)

tiledb_vfs_copy_dir: Copy a directory recursively to VFS

Description

Copy a directory recursively to VFS

Usage

tiledb_vfs_copy_dir(dir, uri, vfs = tiledb_get_vfs())

Value

The uri value of the copied directory

Arguments

dir

Character variable with a local directory path

uri

Character variable with a URI describing a directory path

vfs

A TileDB VFS object; default is to use a cached value.