Description Usage Arguments Value See Also Examples
Get the list of asynchronous R commands in the remote R session.
1 | rockr.commands(conn, df = TRUE)
|
conn |
A rockr connection object. |
df |
Return a data.frame (default is TRUE) |
The data.frame of command objects, one column per property.
Other command functions:
rockr.command_result()
,
rockr.command_rm()
,
rockr.commands_rm()
,
rockr.command()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.