aflhelp: Display SciDB AFL operator documentation

View source: R/afl.R

aflhelpR Documentation

Display SciDB AFL operator documentation

Description

Display SciDB AFL operator documentation

Usage

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

## 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)

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