Learn R Programming

rockr (version 1.0.0)

rockr.command: Get an asynchronous command

Description

Get an asynchronous R commands in the remote R session.

Usage

rockr.command(conn, id, wait = FALSE)

Arguments

conn

A rockr connection object.

id

R command ID.

wait

Wait for the command to complete.

Value

The command object.

See Also

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

Examples

Run this code
# NOT RUN {
conn <- rockr.connect(username='user', password='password',
                      url='https://rocker-demo.obiba.org')
rockr.open(conn)
rockr.command(conn, '1234')
rockr.close(conn)
# }

Run the code above in your browser using DataLab