Learn R Programming

rockr (version 1.0.0)

rockr.command_rm: Remove an asynchronous command

Description

Remove an asynchronous R commands in the remote R session.

Usage

rockr.command_rm(conn, id)

Arguments

conn

A rockr connection object.

id

R command ID.

Value

Void

See Also

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

Examples

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