powered by
Convert BioCompute Object or domain to JSON string
convert_json(x, pretty = TRUE, auto_unbox = TRUE, na = "string", ...)
BioCompute Object or domain
Prettify the JSON string? Default is TRUE.
TRUE
Unbox all atomic vectors of length 1? Default is TRUE.
How to represent NA values: must be "null" or "string". Default is "string".
"null"
"string"
Additional parameters for toJSON.
toJSON
JSON string of the BioCompute Object
# NOT RUN { compose_description() %>% convert_json() generate_example("minimal") %>% convert_json() # }
Run the code above in your browser using DataLab