View source: R/firevat_config.R
ParseConfigFile | R Documentation |
This function returns config.obj from JSON or YAML config file. - Check if the config file is in JSON format or YAML format - Return config.obj
ParseConfigFile(config.path, verbose = TRUE)
config.path |
A string for config file path |
verbose |
If true, provides process detail |
config.obj: list of parameters
## Not run: ParseConfigFile("example.variant.caller.json") ParseConfigFile("example.variant.caller.json", verbose=False) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.