RC.print.html {RC} | R Documentation |
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).
RC.print.html(a)
a |
This variable contains the raw output of the computation (only applies to computations that generate result tables in HTML format) |
This function converts the tables of the HTML output into R objects (arrays) and prints them in the console.
#r <- RC.ls(keyword="airline") #RC.reproduce(r$url[40]) #convert the HTML output and print it #RC.print.html(a)