Learn R Programming

R.utils (version 2.12.2)

Arguments: Static class to validate and process arguments

Description

Package: R.utils
Class Arguments

Object
~~|
~~+--Arguments

Directly known subclasses:

public static class Arguments
extends Object

Arguments

Fields and Methods

Methods:

getCharacter-
getCharactersCoerces to a character vector and validates.
getDirectory-
getDouble-
getDoublesCoerces to a double vector and validates.
getEnvironmentGets an existing environment.
getFilenameGets and validates a filename.
getIndex-
getIndicesCoerces to a integer vector and validates.
getInstanceOfGets an instance of the object that is of a particular class.
getInteger-
getIntegersCoerces to a integer vector and validates.
getLogical-
getLogicalsCoerces to a logical vector and validates.
getNumeric-
getNumericsCoerces to a numeric vector and validates.
getReadablePath-
getReadablePathnameGets a readable pathname.
getReadablePathnamesGets a readable pathname.
getRegularExpressionGets a valid regular expression pattern.
getVectorValidates a vector.
getVerboseCoerces to Verbose object.
getWritablePath-
getWritablePathnameGets a writable pathname.

Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, names, objectSize, print, save

Author

Henrik Bengtsson