Create an R reference to a SciDB array or expression.
scidb(db, name, gc = FALSE, schema)
scidb connection object from scidbconnect
a character string name of a stored SciDB array or a valid SciDB AFL expression
a logical value, TRUE
means connect the SciDB array to R's garbage collector
optional SciDB array schema, if specified avoid an extra metadata query to determine array schema. Use this option with care, the schema must exactly match the SciDB array result.
a scidb
object