WebDataImport            package:fImport            R Documentation

_I_m_p_o_r_t _M_a_r_k_e_t _D_a_t_a _f_r_o_m _t_h_e _I_n_t_e_r_n_e_t

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

     A collection and description of functions to import  financial and
     economic market data from the Internet. 

     The functions are:

       'fWEBDATA'    Represents objects of class WEBDATA,
       'show|print'  prins objects of class fWEBDATA.

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

                
     show.fWEBDATA(object)

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

  object: an S4 object of class '"fWEBDATA"'. 

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

     An S4 object of class 'fWEBDATA' has the following slots:

   @call: the function call.   

   @data: the data as downloaded formatted as a data.frame. 

  @param: a character vector whose elements contain the values of
          selected  parameters of the argument list. 

  @title: a character string with the name of the download. This can be
           overwritten specifying a user defined input argument. 

@description: a character string with an optional user defined
          description.  By default just the current date when the test
          was applied will be returned.

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

     Diethelm Wuertz for the Rmetrics R-port.

