setting: setting

settingR Documentation

setting

Description

setting

get parameters of phenofit shinyapp

Usage

setting.get(options, others = NULL, ...)

setting.read(file = "phenofit_setting.json")

setting.write(options, file = "phenofit_setting.json")

setting.update(options)

Arguments

options

options of phenofit needed to export.

others

options in others will override options.

...

ignored.

file

file path of phenofit setting file (json).

Examples

## Not run: 
pars = get_setting(options)
print(str(pars))
write_json(setting, "phenofit_setting.json", pretty = TRUE)

## End(Not run)

kongdd/phenofit.shiny documentation built on Nov. 19, 2022, 10:11 p.m.