powered by
Print a brief summary of the CWL object.
# S3 method for cwl print(x, ...)
An object of class cwl.
cwl
Additional parameters for print (not used).
print
The input cwl object.
# NOT RUN { path <- system.file("cwl/sbg/workflow/rnaseq-salmon.json", package = "tidycwl") flow <- read_cwl(path, format = "json") flow # }
Run the code above in your browser using DataLab