powered by
Display SciDB AFL operator documentation
aflhelp(topic, db)
an afl object from a SciDB database connection, or optionally a character string name
optional database connection from scidbconnect (only needed when topic is a character string)
scidbconnect
topic
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 # }
Run the code above in your browser using DataLab