rockr.commands: List the asynchronous commands

Description Usage Arguments Value See Also Examples

View source: R/commands.R

Description

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

Usage

1

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

1
2
3
4
5
6
7
8
## Not run: 
conn <- rockr.connect(username='user', password='password',
                      url='https://rocker-demo.obiba.org')
rockr.open(conn)
rockr.commands(conn)
rockr.close(conn)

## End(Not run)

rockr documentation built on March 12, 2021, 5:06 p.m.