convert_yaml: Convert BioCompute Object or domain to YAML string

View source: R/convert.R

convert_yamlR 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 as.yaml.

Value

YAML string of the BioCompute Object

Examples

compose_description() %>%
  convert_yaml() %>%
  cat()
generate_example("minimal") %>%
  convert_yaml() %>%
  cat()

biocompute documentation built on May 3, 2022, 9:08 a.m.