RC.print.html {RC}R Documentation

Print the HTML output of a computation

Description

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).

Usage

RC.print.html(a)

Arguments

a This variable contains the raw output of the computation (only applies to computations that generate result tables in HTML format)

Details

This function converts the tables of the HTML output into R objects (arrays) and prints them in the console.

Examples

#r <- RC.ls(keyword="airline")
#RC.reproduce(r$url[40])
#convert the HTML output and print it
#RC.print.html(a)

[Package RC version 1.0.1.27 Index]