rockr.command_rm: Remove an asynchronous command

Description Usage Arguments Value See Also Examples

View source: R/commands.R

Description

Remove an asynchronous R commands in the remote R session.

Usage

1
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

1
2
3
4
5
6
7
8
## 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)

rockr documentation built on March 12, 2021, 5:06 p.m.