scidb: Create an R reference to a SciDB array or expression.

Description Usage Arguments Value

View source: R/utility.R

Description

Create an R reference to a SciDB array or expression.

Usage

1

Arguments

db

scidb connection object from scidbconnect

name

a character string name of a stored SciDB array or a valid SciDB AFL expression

gc

a logical value, TRUE means connect the SciDB array to R's garbage collector

schema

optional SciDB array schema, if specified avoid an extra metadata query to determine array schema. Use this option with care, the schema must exactly match the SciDB array result.

Value

a scidb object


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