store: Evaluate an expression to 'scidb' or 'scidb' objects

Description Usage Arguments

View source: R/utility.R

Description

Force evaluation of an expression that yields a scidb or scidb object, storing the result to a SciDB array when eval=TRUE.

Usage

1
store(db, expr, name, eval = TRUE, gc = TRUE, temp = FALSE)

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


scidb documentation built on Aug. 12, 2020, 5:08 p.m.