CommandArgs: Generate a CommandArgs reference

View source: R/CommandArgs.R

CommandArgsR Documentation

Generate a CommandArgs reference

Description

Generate a CommandArgs reference

Usage

CommandArgs(args = commandArgs(trailingOnly = FALSE), name = "program_name",
  help = NULL)

Arguments

args

a character vector as returned by commandArgs or NULL

name

character name of the object

help

a character vector of helpful information

Value

a CommandArgsRefClass instance

See Also

Other CommandArgs: CommandArgs_add_argument, CommandArgs_add, CommandArgs_get_all, CommandArgs_get, CommandArgs_help_called, CommandArgs_parse_arguments, CommandArgs_print_help, CommandArgs_show


BigelowLab/rscripting documentation built on Oct. 24, 2022, 5:31 p.m.