freeze                package:tframe                R Documentation

_G_e_t _f_i_x_e_d _d_a_t_a _s_n_a_p_s_h_o_t

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

     Generic method. See specific methods for details.

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

         freeze(data, ...)
         freeze(data)

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

    data: A data source description.

     ...: Additional arguments for specific methods.

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

     This function extracts data from  a database (for example using
     the TS PADI programs are available  at <URL:
     www.bank-banque-canada.ca/pgilbert>). This method is generic. The
     function logically belongs with the tfpadi functions in the
     dsepadi package but the generic and default are included here
     since they are required in many functions whereas the database
     interface has much more limited use. Typically the argument data
     is a tfPADIdata or TSPADIdata object identifying  the source of
     the data. See help for tfPADIdata and TSPADIdata.  The default
     method usually just returns its argument, so freeze has no effect.
     This way freeze can be used to write functions which will take a
     snapshot from the database when they execute or will work with an
     already fixed copy of data if that is what is supplied. The
     default does allow for a character argument, in which case it is
     used to construct a tfPADIdata object using server="ets", then
     freeze that object. This allows for a simple syntax to grab a
     series from the database. The server="ets" is for convenience at
     the Bank of Canada and another default server might be more
     convenient elsewhere.

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

     `tfPADIdata' `tfputpadi' `freeze.tfPADIdata' `freeze.TSPADIdata'
     `TSPADIdata'

