Description Usage Arguments Value Examples
list the parameter fields stored in a cached YAML config file
1 | getCachedYAMLFields(yaml = "config", subenv = NULL)
|
yaml |
the name of the YAML object |
subenv |
the sub-environment to process |
vector of field names
1 2 3 4 | init()
yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
getCachedYAMLFields()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.