tiledb_object_mv: Move a TileDB resource to new uri path

View source: R/Object.R

tiledb_object_mvR Documentation

Move a TileDB resource to new uri path

Description

Raises an error if either uri is invalid, or the old uri resource is not a tiledb object

Usage

tiledb_object_mv(old_uri, new_uri, ctx = tiledb_get_context())

Arguments

old_uri

old uri of existing tiledb resource

new_uri

new uri to move tiledb resource

ctx

tiledb_ctx object (optional)

Value

new uri of moved tiledb resource


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.