Define CWL class and generic methods, no fields defeind.
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
1 2 | ## no fields, only to provide methods to be extended
x <- CWL()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.