Learn R Programming

biocompute (version 1.1.1)

convert_yaml: 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

Run this code
# NOT RUN {
compose_description() %>%
  convert_yaml() %>%
  cat()
generate_example("minimal") %>%
  convert_yaml() %>%
  cat()
# }

Run the code above in your browser using DataLab