as.json | R Documentation |
Coerce Capr object to json
as.json(x, pretty = TRUE, ...)
## S4 method for signature 'ConceptSet'
as.json(x, pretty = TRUE, ...)
## S4 method for signature 'Cohort'
as.json(x, pretty = TRUE, ...)
x |
the capr object |
pretty |
a toggle to make the json look nice, part of jsonlite |
... |
additional arguments passes to jsonlite::toJSON |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.