Learn R Programming

tidycwl (version 1.0.7)

read_cwl_json: Read a CWL file (JSON format) into a list

Description

Read a CWL file (JSON format) into a list

Usage

read_cwl_json(file)

Arguments

file

A file path, JSON string, or connection.

Value

List representation of the input CWL

Examples

Run this code
# NOT RUN {
system.file("cwl/sbg/workflow/rnaseq-salmon.json", package = "tidycwl") %>%
  read_cwl_json()
# }

Run the code above in your browser using DataLab