Learn R Programming

biocompute (version 1.1.1)

validate_schema_v1.4.2: BioCompute Objects schema validator (v1.4.2)

Description

BioCompute Objects schema validator (v1.4.2)

Usage

validate_schema_v1.4.2(file)

validate_schema(file)

Arguments

file

Path to the BCO JSON file

Value

None

Examples

Run this code
# NOT RUN {
bco <- tempfile(fileext = ".json")
generate_example("HCV1a") %>%
  convert_json() %>%
  export_json(bco)
bco %>% validate_schema()
# }

Run the code above in your browser using DataLab