scidb
or scidb
objectsForce evaluation of an expression that yields a scidb
or scidb
object,
storing the result to a SciDB array when eval=TRUE
.
store(db, expr, name, eval = TRUE, gc = TRUE, temp = FALSE)
scidb connection object from scidbconnect
a quoted SciDB expression scidb
object
(character) optional SciDB array name to store result to
FALSE
do not evaluate the expression in SciDB (leave as a view)
(logical) optional, when TRUE tie result to R garbage collector
(logical, optional), when TRUE store as a SciDB temp array