Description Usage Arguments Value Examples
add a stored parameter value for the named config field
1 | addCachedYAMLValue(yaml = "config", field, value, subenv = NULL)
|
yaml |
the name of the yaml container to create |
field |
the parameter field to lookup |
value |
to value to update |
subenv |
the name of subenvironment for holding the yaml |
TRUE or FALSE if the change can be made
1 2 3 4 5 6 | init()
yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
bamFile <- system.file("extdata", "cas9_FAK76554.bam", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
addCachedYAMLValue(field="bam_file", value=bamFile)
getCachedYAMLValue(field="bam_file")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.