url.show package:utils R Documentation _D_i_s_p_l_a_y _a _t_e_x_t _U_R_L _D_e_s_c_r_i_p_t_i_o_n: Extension of 'file.show' to display text files from a remote server. _U_s_a_g_e: url.show(url, title = url, file = tempfile(), delete.file = TRUE, method, ...) _A_r_g_u_m_e_n_t_s: url: The URL to read from. title: Title for the browser. file: File to copy to. delete.file: Delete the file afterwards? method: File transfer method: see 'download.file' ...: Arguments to pass to 'file.show'. _S_e_e _A_l_s_o: 'url', 'file.show', 'download.file' _E_x_a_m_p_l_e_s: ## Not run: url.show("http://lib.stat.cmu.edu/datasets/csb/ch3a.txt")