Learn R Programming

shinyapps (version 0.4.1.8)

tasks: List Tasks

Description

List Tasks

Usage

tasks(account = NULL, server = NULL)

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)

Value

Returns a data frame with the following columns:
id
Task id
action
Task action
status
Current task status
created_time
Task creation time
finished_time
Task finished time

See Also

taskLog

Examples

Run this code
## Not run: 
# 
# # list tasks for the default account
# tasks()
# 
# ## End(Not run)

Run the code above in your browser using DataLab