basicDecoder: convert binary output of GET()$content to list

View source: R/rxdbHandling.R

basicDecoderR 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)

vjcitn/pogos documentation built on Feb. 9, 2023, 5:42 p.m.