Learn R Programming

scidb (version 3.0.0)

update.afl: Update available AFL operators

Description

Update available AFL operators

Usage

# S3 method for 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