Learn R Programming

irace (version 1.02)

irace.cmdline: irace.cmdline

Description

'irace.cmdline' starts irace using the parameters of the command line used to invoke R.

Usage

irace.cmdline(args = commandArgs(trailingOnly = TRUE))

Arguments

args
The arguments provided on the R command line. Using the default value (not providing the parameter) is the easiest way to call 'irace.cmdline'.

Value

  • None.

Details

The function reads the parameters given on the command line used to invoke R, finds the name of the configuration file, initializes the configuration from the file (with the function 'readConfiguration') and possibly from parameters passed on the command line. It finally starts irace by calling 'irace.main'.

See Also

irace.main to start irace from a configuration.