View source: R/NMproject-options.R
nm_default_fields | R Documentation |
This allows organisations/individuals with their own nm object field preferences to set these.
nm_default_fields(field_list)
field_list |
Optional named list or vector. Names correspond to function names and object fields, values correspond to what will be set. |
if field_list
is missing, will return value of
getOption("nm_default_fields")
otherwise will set option nm_default_fields
.
nm_default_fields() nm_default_fields(list( cmd = "execute {ctl_name} -dir={run_dir}" )) nm_default_fields()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.