tiledb_array_upgrade_version: 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())
Value
Nothing is returned as the function is invoked for its side effect
Arguments
- array
A TileDB Array object
- config
A TileDB Configuration (optional, default NULL)
- ctx
A tiledb_ctx object (optional)