getCachedYAMLValue: get the stored parameter value from named field

Description Usage Arguments Value Examples

View source: R/Environment.R

Description

get the stored parameter value from named field

Usage

1
getCachedYAMLValue(yaml = "config", field, subenv = NULL)

Arguments

yaml

the name of the YAML object

field

the parameter field to lookup

subenv

the sub-environment to process

Value

value from config

Examples

1
2
3
4
init()
yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
getCachedYAMLValue(field="fastq")

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