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