itsConvert                package:its                R Documentation

_C_o_n_v_e_r_s_i_o_n _f_o_r _i_t_s _o_b_j_e_c_t_s

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

     Conversions to basic types for '"its"'.

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

     as.list.its(x,...)
     as.data.frame.its(x, row.names = NULL, optional = FALSE,...)

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

       x: an object of class '"its"'

     ...: further arguments

row.names: character vector giving the row names for the data frame.

optional: logical. If 'TRUE', setting row names and converting column
          names (to syntactic names) is optional.

_D_e_t_a_i_l_s:

     Conversion ot basic types

_V_a_l_u_e:

     For 'as.list.its' a list for 'as.data.frame.its' a data frame

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

     Gabor Grothendieck

