has_attribute {tiledb} | R Documentation |
Check a schema for a given attribute name
Description
Check a schema for a given attribute name
Usage
has_attribute(schema, attr)
Arguments
schema |
A schema for a TileDB Array |
attr |
A character variable with an attribute name |
Value
A boolean value indicating if the attribute exists in the schema
[Package tiledb version 0.29.0 Index]