Learn R Programming

NMproject (version 0.6.9)

nm_default_fields: Setup default nm object fields

Description

[Stable]

This allows organisations/individuals with their own nm object field preferences to set these.

Usage

nm_default_fields(field_list)

Value

if field_list is missing, will return value of getOption("nm_default_fields") otherwise will set option nm_default_fields.

Arguments

field_list

Optional named list or vector. Names correspond to function names and object fields, values correspond to what will be set.

Examples

Run this code

nm_default_fields()
nm_default_fields(list(
  cmd = "execute {ctl_name} -dir={run_dir}"
))
nm_default_fields()

Run the code above in your browser using DataLab