setting | R Documentation |
setting
get parameters of phenofit shinyapp
setting.get(options, others = NULL, ...) setting.read(file = "phenofit_setting.json") setting.write(options, file = "phenofit_setting.json") setting.update(options)
options |
options of phenofit needed to export. |
others |
options in others will override |
... |
ignored. |
file |
file path of phenofit setting file (json). |
## Not run: pars = get_setting(options) print(str(pars)) write_json(setting, "phenofit_setting.json", pretty = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.