powered by
Is this a CWL object?
is_cwl(x)
any object
Logical. TRUE if it is a CWL object, FALSE if not.
TRUE
FALSE
# NOT RUN { system.file("cwl/sbg/workflow/gatk4-wgs.json", package = "tidycwl") %>% read_cwl(format = "json") %>% is_cwl() # }
Run the code above in your browser using DataLab