basicDecoder | R Documentation |
convert binary output of GET()$content to list
basicDecoder(x)
x |
string suitable for input to GET as GET(x) |
output of fromJSON, typically a list
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.