basicDecoder {pogos}R Documentation

convert binary output of GET()$content to list

Description

convert binary output of GET()$content to list

Usage

basicDecoder(x)

Arguments

x

string suitable for input to GET as GET(x)

Value

output of fromJSON, typically a list

Examples

cl = basicDecoder('https://pharmacodb.pmgenomics.ca/api/v1/cell_lines')
unlist(cl)

[Package pogos version 1.0.0 Index]