Learn R Programming

scidb (version 1.0-1)

scidbdf-class: Class "scidbdf"

Description

A class that represents 1D SciDB arrays similarly to R data.frames.

Arguments

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.