aflhelp | R Documentation |
Display SciDB AFL operator documentation
aflhelp(topic, db)
topic |
an afl object from a SciDB database connection, or optionally a character string name |
db |
optional database connection from |
displays help
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.