Description Usage Arguments Value Examples
convert binary output of GET()$content to list
1 | basicDecoder(x)
|
x |
string suitable for input to GET as GET(x) |
output of fromJSON, typically a list
1 2 | cl = basicDecoder('https://pharmacodb.pmgenomics.ca/api/v1/cell_lines')
unlist(cl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.