powered by
Get an asynchronous R commands in the remote R session.
rockr.command(conn, id, wait = FALSE)
A rockr connection object.
R command ID.
Wait for the command to complete.
The command object.
Other command functions: rockr.command_result(), rockr.command_rm(), rockr.commands_rm(), rockr.commands()
rockr.command_result()
rockr.command_rm()
rockr.commands_rm()
rockr.commands()
# NOT RUN { conn <- rockr.connect(username='user', password='password', url='https://rocker-demo.obiba.org') rockr.open(conn) rockr.command(conn, '1234') rockr.close(conn) # }
Run the code above in your browser using DataLab