Learn R Programming

rsconnect (version 0.8.28)

tasks: List Tasks

Description

List Tasks

Usage

tasks(account = NULL, server = NULL)

Value

Returns a data frame with the following columns:

idTask id
actionTask action
statusCurrent task status
created_timeTask creation time
finished_timeTask finished time

Arguments

account

Account name. If a single account is registered on the system then this parameter can be omitted.

server

Server name. Required only if you use the same account name on multiple servers (see servers())

See Also

taskLog()

Examples

Run this code
if (FALSE) {

# list tasks for the default account
tasks()

}

Run the code above in your browser using DataLab