View source: R/get_config_value.R
get_config_value | R Documentation |
Wrapper function for functions that extract values from model config files
get_config_value(model, file, label, key)
model |
string; name of a model in the LER package |
file |
filepath; to model-specific config file |
label |
string; which corresponds to section where the key is located |
key |
string; name of key in which to extract the value |
## Not run:
get_config_value(model = "GOTM", file = "gotm.yaml", label = "turb_param", key = "k_min")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.