convert_yaml | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.