powered by
Remove all asynchronous R commands in the remote R session.
rockr.commands_rm(conn)
A rockr connection object.
Void
Other command functions: rockr.command_result(), rockr.command_rm(), rockr.commands(), rockr.command()
rockr.command_result()
rockr.command_rm()
rockr.commands()
rockr.command()
# NOT RUN { conn <- rockr.connect(username='user', password='password', url='https://rocker-demo.obiba.org') rockr.open(conn) rockr.commands_rm(conn) rockr.close(conn) # }
Run the code above in your browser using DataLab