Description Usage Arguments Value Examples
import the cas9 parameters from YAML file
1 | importConfigYAML(yaml = "config", yamlFile, subenv = NULL)
|
yaml |
the name of the yaml container to create |
yamlFile |
is a path to a stored YAML config file |
subenv |
the name of subenvironment for holding the yaml |
None
1 2 3 | init()
yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.