Arguments              package:R.utils              R Documentation

_S_t_a_t_i_c _c_l_a_s_s _t_o _v_a_l_i_d_a_t_e _a_n_d _p_r_o_c_e_s_s _a_r_g_u_m_e_n_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     Package:  R.utils 
      *Class Arguments*

     'Object'
      '~~|'
      '~~+--''Arguments'

     *Directly known subclasses:*


     public static class *Arguments*
      extends Object

_F_i_e_l_d_s _a_n_d _M_e_t_h_o_d_s:

     *Methods:*

         'getCharacter'          -
         'getCharacters'         Coerces to a character vector and validates.
         'getDirectory'          -
         'getDouble'             -
         'getDoubles'            Coerces to a double vector and validates.
         'getEnvironment'        Gets an existing environment.
         'getIndex'              -
         'getIndices'            Coerces to a integer vector and validates.
         'getInteger'            -
         'getIntegers'           Coerces to a integer vector and validates.
         'getLogical'            -
         'getLogicals'           Coerces to a logical vector and validates.
         'getNumeric'            -
         'getNumerics'           Coerces to a numeric vector and validates.
         'getReadablePath'       -
         'getReadablePathname'   Gets a readable pathname.
         'getReadablePathnames'  Gets a readable pathname.
         'getRegularExpression'  Gets a valid regular expression pattern.
         'getVerbose'            Coerces to Verbose object.
         'getWritablePath'       -
         'getWritablePathname'   Gets a writable pathname.

     *Methods inherited from Object*:
      $, $<-, [[, [[<-, as.character, attach, attachLocally, clone,
     detach, equals, extend, finalize, getFields, getInstanciationTime,
     getStaticInstance, hasField, hashCode, ll, load, objectSize,
     print, save

_A_u_t_h_o_r(_s):

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

