update.afl: Update available AFL operators

View source: R/afl.R

update.aflR Documentation

Update available AFL operators

Description

Update available AFL operators

Usage

## S3 method for class 'afl'
update(.db, .new, .ops)

Arguments

.db

an afl object (a SciDB database connection returned from scidbconnect)

.new

a character vector of operator names

.ops

an optional three-variable data frame with variables name, signature, help, corresponding to the operator names, signatures, and help files (from SciDB Doxygen documentation)

Value

an updated database afl object

Note

Every operator gets a shallow copy of the db argument; that is, attributes(db[i])$conn should be the same for every operator index i.


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