Objects from the Class
Objects can be created by calls of the form new("scidbdf", ...)
,
scidb("ARRAY_NAME", ...)
, or as.scidb(R_DATA_FRAME, ...)
.Notes
Like the related scidb
class, the scidbdf
class represents
SciDB arrays as R objects. The scidbdf
class presents 1-D SciDB arrays,
potentially with many SciDB attributes (variables), as a data.frame-like object.