powered by
Get the list of asynchronous R commands in the remote R session.
rockr.commands(conn, df = TRUE)
A rockr connection object.
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()
rockr.command_result()
rockr.command_rm()
rockr.commands_rm()
rockr.command()
# 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