clipsource              package:svMisc              R Documentation

_S_o_u_r_c_e _c_o_d_e _f_r_o_m _t_h_e _c_l_i_p_b_o_a_r_d

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

     This function reads R code from the clipboard, and then source it.
     Clipboard is managed correctly depending on the OS (Windows, Mac
     OS X, or *nix)

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

         clipsource(primary = TRUE, ...)

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

 primary: only valid on *nix: read the primary (or secondary) clipboard 

     ...: further parameters passed to 'source()' 

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

     Same result as 'source()'.

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

     Philippe Grosjean <phgrosjean@sciviews.org>

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

     'source', 'file'

