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
scidbobject- name
(character) optional SciDB array name to store result to
- eval
FALSEdo 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