datafile                package:DAAG                R Documentation

_C_r_e_a_t_e _a_n _A_S_C_I_I _d_a_t_a _f_i_l_e

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

     Invoking this function creates one of four data files used in
     Chapters 1 and 14 of DAAGUR.

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

     datafile(file="fuel")

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

    file: character; "fuel", for fuel.txt; "fuel.csv", for fuel.csv;
          "oneBadRow", for oneBadRow.txt; "scan-demo", for
          scan-demo.txt.

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

     One of four ASCII files is produced, and output to the current
     working directory.

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

     J.H. Maindonald

