Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

sevenbridges (version 1.2.4)

CWL-class: Class CWL

Description

Define CWL class and generic methods, no fields defeind.

Arguments

Methods

getFields(values)
return fields as a list, used for following conversion, does not assume the value is primitive type.
toJSON(...)
Covert object to JSON
toList(...)
Convert object to a list of simple data types
toYAML(...)
Covert object to YAML

Examples

Run this code
## no fields, only to provide methods to be extended
x <- CWL()

Run the code above in your browser using DataLab