aflhelp: Display SciDB AFL operator documentation

Description Usage Arguments Value Examples

View source: R/afl.R

Description

Display SciDB AFL operator documentation

Usage

1
aflhelp(topic, db)

Arguments

topic

an afl object from a SciDB database connection, or optionally a character string name

db

optional database connection from scidbconnect (only needed when topic is a character string)

Value

displays help

Examples

1
2
3
4
5
6
## Not run: 
d <- scidbconnect()
aflhelp("list", d)     # explicitly look up a character string
help(d$list)        # same thing via R's \code{help} function

## End(Not run)

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