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

View source: R/utility.R

storeR Documentation

Evaluate an expression to scidb or scidb objects

Description

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

Usage

store(db, expr, name, eval = TRUE, gc, 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


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.