fWEBDATA-class            package:fImport            R Documentation

_C_l_a_s_s "_f_W_E_B_D_A_T_A"

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

     The class fWEBDATA represents a download from the internet.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the import or series functions.

_S_l_o_t_s:



     '_c_a_l_l': Object of class '"call"':  the call of the applied
          function. 

     '_d_a_t_a': Object of class '"data.frame"': the data as downloaded
          formatted as a data.frame.

     '_p_a_r_a_m': Object of class '"character"': a character vector whose
          elements contain the values of selected  parameters of the
          argument list.

     '_t_i_t_l_e': Object of class '"character"': a character string with
          the name of the download. This can be  overwritten specifying
          a user defined input argument.

     '_d_e_s_c_r_i_p_t_i_o_n': Object of class '" character"': a character string
          with an optional user defined description.  By default just
          the current date and user when the test was  applied will be
          returned.  


_M_e_t_h_o_d_s:



     _s_h_o_w 'signature(object = "fWEBDATA")':  prints an object of class
          'fWEBDATA'. 


_E_x_a_m_p_l_e_s:

     ## getClass -
        getClass("fWEBDATA")

