Description Usage Arguments Value Examples
OpenCPU wrapper: import config from CSV and convert to JSON
1 2 3 | opencpu_config_read(
confDir = system.file("extdata/configs/dummy", package = "kwb.qmra")
)
|
confDir |
directory to read configuration files (Default: system.file('extdata/configs/dummy', package = 'kwb.qmra')") |
stores configuration in JSON format
1 2 3 | ### Example json config file
config_json <- kwb.qmra::opencpu_config_read()
head(config_json)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.