rockr.command_rm {rockr}R Documentation

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

## Not run: 
conn <- rockr.connect('administrator','password',
                      url='https://rocker-demo.obiba.org')
rockr.open(conn)
rockr.command_rm(conn, '1234')
rockr.close(conn)

## End(Not run)

[Package rockr version 1.0.0 Index]