RC.print.html package:RC R Documentation
_P_r_i_n_t _t_h_e _H_T_M_L _o_u_t_p_u_t _o_f _a _c_o_m_p_u_t_a_t_i_o_n
_D_e_s_c_r_i_p_t_i_o_n:
This function converts the 'a' object into a readable array for
the R console. The 'a' object is created by the RC.reproduce()
function whenever a computation is involved that was originally
generated by an R module (published on the web).
_U_s_a_g_e:
RC.print.html(a)
_A_r_g_u_m_e_n_t_s:
a: This variable contains the raw output of the computation
(only applies to computations that generate result tables in
HTML format)
_D_e_t_a_i_l_s:
This function converts the tables of the HTML output into R
objects (arrays) and prints them in the console.
_E_x_a_m_p_l_e_s:
#r <- RC.ls(keyword="airline")
#RC.reproduce(r$url[40])
#convert the HTML output and print it
#RC.print.html(a)