home *** CD-ROM | disk | FTP | other *** search
-
- _R_e_d_i_r_e_c_t _I_n_p_u_t
-
- source(file, local=FALSE)
-
- _A_r_g_u_m_e_n_t_s:
-
- file : the name of the file to read from (quoted).
-
- local : if local is FALSE, the statements scanned are
- evaluated in the global environment, other-
- wise in the local calling source.
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- source causes R to accept its input from the named file
- (the name must be quoted). Input is read from that
- file until the end of the file is reached. parse is
- used to scan the files in, they are then evaluated
- sequentially in the chosen environment.
-
-