find_resource | R Documentation |
Finding the "resource"-list in a CouchDB-output
find_resource(list)
list |
a list formatted from a CouchDB-JSON-output |
the list of resource-lists
## Not run:
testlist <- list(docs = list(list(resource = list(test = "test",
test2 = "test2")),
list(resource = list(test = "test",
test2 = "test2"))),
warning = "warning")
find_resource(testlist)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.