Description Usage Arguments Value Examples
active tasks
1  | active_tasks(cushion, as = "list", ...)
 | 
cushion | 
 A   | 
as | 
 (character) One of list (default) or json  | 
... | 
 Curl args passed on to   | 
JSON as a character string or a list (determined by the
as parameter)
1 2 3 4 5 6 7 8 9 10  | ## Not run: 
# Create a CouchDB connection client
user <- Sys.getenv("COUCHDB_TEST_USER")
pwd <- Sys.getenv("COUCHDB_TEST_PWD")
(x <- Cushion$new(user=user, pwd=pwd))
active_tasks(x)
active_tasks(x, as = 'json')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.