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