convert_yaml {biocompute} | R Documentation |
Convert BioCompute Object or domain to YAML string
Description
Convert BioCompute Object or domain to YAML string
Usage
convert_yaml(x, ...)
Arguments
x |
BioCompute Object or domain |
... |
Additional parameters for |
Value
YAML string of the BioCompute Object
Examples
compose_description() %>%
convert_yaml() %>%
cat()
generate_example("minimal") %>%
convert_yaml() %>%
cat()
[Package biocompute version 1.1.1 Index]