run {artma} | R Documentation |
Run artma
Description
Run artma with the specified methods and options.
Usage
run(methods = NULL, options_file_name = NULL, options_dir = NULL)
Arguments
methods |
[character, optional] A character vector of the methods to invoke. Defaults to NULL. |
options_file_name |
[character, optional] The name of the options file to use. Defaults to NULL. |
options_dir |
[character, optional] The directory containing the options file. Defaults to NULL. |
Value
[list] Results of the invocations, indexed by method names.
[Package artma version 0.2.1 Index]