View source: R/call_openchrom.R
configure_openchrom | R Documentation |
Configure OpenChrom parser
configure_openchrom(cli = c("null", "true", "false", "status"), path = NULL)
cli |
Defaults to NULL. If "true", R will rewrite openchrom ini file to enable CLI. If "false", R will disable CLI. If NULL, R will not modify the ini file. |
path |
Path to 'OpenChrom' executable (Optional). The supplied path will overwrite the current path. |
If cli
is set to "status"
, returns a Boolean value
indicating whether 'OpenChrom' is configured correctly. Otherwise, returns
the path to OpenChrom command-line application.
Ethan Bass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.