convert_yaml {biocompute} | R Documentation |
Convert BioCompute Object or domain to YAML string
convert_yaml(x, ...)
x |
BioCompute Object or domain |
... |
Additional parameters for |
YAML string of the BioCompute Object
compose_description() %>%
convert_yaml() %>%
cat()
generate_example("minimal") %>%
convert_yaml() %>%
cat()