aRTtable-createColumn          package:aRT          R Documentation

_C_r_e_a_t_e _a _c_o_l_u_m_n

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

     Create a new column in a table.

_U_s_a_g_e:

     ## S4 method for signature 'aRTtable':
     createColumn(object, colname="name", type="s", length=5, key=F, decimals=3)

_A_r_g_u_m_e_n_t_s:

  object: Object of class 'aRTtable'.

 colname: A list of columns.

    type: string representing the column type (see below).

  length: The maximum length of the values if they are strings.

     key: If the column will have unique values.

decimals: Max number of decimal.

_C_u_l_u_m_n _T_y_p_e_s:

     _i integer

     _d decimal (=i)

     _s string

     _c character (=s)

     _f float

     _b boolean

     _l logical (=b)

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

     Pedro Ribeiro de Andrade Neto

_S_e_e _A_l_s_o:

     See 'aRTtable-class' to show the description of this class.

