powered by
active tasks
active_tasks(cushion, as = "list", ...)
A Cushion object. Required.
Cushion
(character) One of list (default) or json
Curl args passed on to HttpClient
HttpClient
JSON as a character string or a list (determined by the as parameter)
as
# NOT RUN { # Create a CouchDB connection client (x <- Cushion$new()) active_tasks(x) active_tasks(x, as = 'json') # }
Run the code above in your browser using DataLab