powered by
List Tasks
tasks(account = NULL, server = NULL)
Returns a data frame with the following columns:
id
action
status
created_time
finished_time
Uniquely identify a remote server with either your user account, the server name, or both. If neither are supplied, and there are multiple options, you'll be prompted to pick one.
account
server
Use accounts() to see the full list of available options.
accounts()
taskLog()
if (FALSE) { # list tasks for the default account tasks() }
Run the code above in your browser using DataLab