Description Usage Arguments Value Examples
session
| 1 | 
| 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))
session(x)
session(x, as = 'json')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.