Description Usage Arguments Value Examples
export the stored config parameters parsed from YAML file
1 | cachedYAMLToYAML(yaml = "config", format = "YAML", subenv = NULL)
|
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 |
YAML object
1 2 3 4 | init()
yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
cachedYAMLToYAML(format="Kable")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.