cachedYAMLToYAML: export the stored config parameters parsed from YAML file

Description Usage Arguments Value Examples

View source: R/Environment.R

Description

export the stored config parameters parsed from YAML file

Usage

1
cachedYAMLToYAML(yaml = "config", format = "YAML", subenv = NULL)

Arguments

yaml

the name of the yaml container to create

format

is the format to return results as (YAML|Kable|list)

subenv

the name of subenvironment for holding the yaml

Value

YAML object

Examples

1
2
3
4
init()
yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
cachedYAMLToYAML(format="Kable")

sagrudd/nanopoRe documentation built on June 7, 2020, 10:20 p.m.