print.cwl {tidycwl} | R Documentation |
Print CWL objects
Description
Print a brief summary of the CWL object.
Usage
## S3 method for class 'cwl'
print(x, ...)
Arguments
x |
An object of class |
... |
Additional parameters for |
Value
The input cwl
object.
Examples
path <- system.file("cwl/sbg/workflow/rnaseq-salmon.json", package = "tidycwl")
flow <- read_cwl(path, format = "json")
flow
[Package tidycwl version 1.0.7 Index]