argGet                  Parse an argument
argGetPos               Parse an argument with the given position
argIsInit               Check whether the argument parser has been
                        initialized
argParse                Parser of command-line parameters in BIOS style
existArg                Test if named arguments exists
getArg                  An R-implementation of getting named aguments
isDebugging             Test whether the environment is set for
                        debugging
isIntDebugging          Test whether the environment is set for
                        debugging, or it's an interactive session
makeFactor              Make a factor
parseFactor             Parse a character string into factor
parseFiles              Parse files from command-line options
parseNumVec             Parse a character string into a numveric vector
parsePairs              Parse key-value pairs from a character string
parseStrings            Parse a character string into string vectors
ribiosArg               ribiosIO ribiosIO provides Command-line
                        argument handling for R scripting
scriptInit              Prepare the environment for a script
scriptName              Returns the file name of the Rscript being
                        executed
scriptPath              Returns the path of the Rscript being executed
scriptSkeleton          Generate a Rscript with its skeleton
setDebug                Set the enrivonment for debugging
unsetDebug              Remove the debugging flag of the the
                        enrivonment
