Learn R Programming

rockr (version 1.0.0)

rockr.commands_rm: Remove all asynchronous commands

Description

Remove all asynchronous R commands in the remote R session.

Usage

rockr.commands_rm(conn)

Arguments

conn

A rockr connection object.

Value

Void

See Also

Other command functions: rockr.command_result(), rockr.command_rm(), rockr.commands(), rockr.command()

Examples

Run this code
# 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