export_json | R Documentation |
Export BioCompute Object as JSON
export_json(x, file)
x |
BioCompute Object JSON string from |
file |
JSON file path |
Path to the output file
file_json <- tempfile(fileext = ".json")
generate_example("HCV1a") %>%
convert_json() %>%
export_json(file_json)
cat(paste(readLines(file_json), collapse = "\n"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.