50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

scidb (version 1.1-2)

scidb_attributes: scidb_attributes

Description

Return a vector of SciDB array attribute names.

Usage

scidb_attributes(x)

Arguments

x
An object of class scidb or scidbdf

Value

  • A character vector of SciDB array dimension names.

See Also

scidb

Examples

Run this code
# Upload data to create a 10x10 SciDB matrix
A <- as.scidb(matrix(rnorm(100),10))
scidb_attributes(A)

Run the code above in your browser using DataLab