powered by
Export BioCompute Object as JSON
export_json(x, file)
BioCompute Object JSON string from convert_json
convert_json
JSON file path
Path to the output file
# NOT RUN { file_json <- tempfile(fileext = ".json") generate_example("HCV1a") %>% convert_json() %>% export_json(file_json) cat(paste(readLines(file_json), collapse = "\n")) # }
Run the code above in your browser using DataLab