read_bco | R Documentation |
Parse Biocompute Object From JSON File to R Object
read_bco(x, ...)
x |
BioCompute Object .json file |
... |
Additional parameters for |
A list of class bco
bco <- tempfile(fileext = ".json")
bco <- generate_example("HCV1a") %>%
convert_json() %>%
export_json(bco)
bco %>% read_bco()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.