r_to_tiledb_type {tiledb} | R Documentation |
Look up TileDB type corresponding to the type of an R object
Description
Look up TileDB type corresponding to the type of an R object
Usage
r_to_tiledb_type(x)
Arguments
x |
an R array or list |
Value
single character, e.g. INT32
[Package tiledb version 0.29.0 Index]