Learn R Programming

rockr (version 1.0.0)

rockr.commands: List the asynchronous commands

Description

Get the list of asynchronous R commands in the remote R session.

Usage

rockr.commands(conn, df = TRUE)

Arguments

conn

A rockr connection object.

df

Return a data.frame (default is TRUE)

Value

The data.frame of command objects, one column per property.

See Also

Other command functions: rockr.command_result(), rockr.command_rm(), rockr.commands_rm(), rockr.command()

Examples

Run this code
# NOT RUN {
conn <- rockr.connect(username='user', password='password',
                      url='https://rocker-demo.obiba.org')
rockr.open(conn)
rockr.commands(conn)
rockr.close(conn)
# }

Run the code above in your browser using DataLab