read_bco: Parse Biocompute Object From JSON File to R Object

View source: R/read-bco.R

read_bcoR Documentation

Parse Biocompute Object From JSON File to R Object

Description

Parse Biocompute Object From JSON File to R Object

Usage

read_bco(x, ...)

Arguments

x

BioCompute Object .json file

...

Additional parameters for fromJSON.

Value

A list of class bco

Examples

bco <- tempfile(fileext = ".json")
bco <- generate_example("HCV1a") %>%
  convert_json() %>%
  export_json(bco)
bco %>% read_bco()

sbg/biocompute documentation built on June 11, 2024, 6:16 a.m.