Description Usage Arguments Value See Also Examples
Generate JSON data from RCX object
1 | rcx_toJSON(rcx, verbose = FALSE, pretty = FALSE)
|
rcx |
RCX object |
verbose |
logical; whether to print out extended feedback |
pretty |
logical; adds indentation whitespace to JSON output |
json jsonlite json object if successfull, NULL otherwise
rcxgraph_fromRCX
rcxgraph_toRCX
rcx_fromJSON
1 2 3 4 | ## Create an RCX object
rcx = rcx_new(c('@id'=1, n='Some Name', r='HGNC:Symbol'))
## Convert to JSON
json = rcx_toJSON(rcx)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.