tiledb_array_upgrade_version {tiledb} | R Documentation |
Upgrade an Array to the current TileDB Array Schema Format
Description
Upgrade an Array to the current TileDB Array Schema Format
Usage
tiledb_array_upgrade_version(array, config = NULL, ctx = tiledb_get_context())
Arguments
array |
A TileDB Array object |
config |
A TileDB Configuration (optional, default NULL) |
ctx |
A tiledb_ctx object (optional) |
Value
Nothing is returned as the function is invoked for its side effect
[Package tiledb version 0.29.0 Index]