convert_json {biocompute} | 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()