convert_json | R Documentation |
Convert BioCompute Object or domain to JSON string
convert_json(x, pretty = TRUE, auto_unbox = TRUE, na = "string", ...)
x |
BioCompute Object or domain |
pretty |
Prettify the JSON string? Default is |
auto_unbox |
Unbox all atomic vectors of length 1? Default is |
na |
How to represent NA values: must be |
... |
Additional parameters for |
JSON string of the BioCompute Object
compose_description() %>% convert_json() generate_example("minimal") %>% convert_json()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.