Description Usage Arguments Value Examples
get the stored parameter value from named field
1 | getCachedYAMLValue(yaml = "config", field, subenv = NULL)
|
yaml |
the name of the YAML object |
field |
the parameter field to lookup |
subenv |
the sub-environment to process |
value from config
1 2 3 4 | init()
yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
getCachedYAMLValue(field="fastq")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.