html_doc: Prints a HTML table, listing or plot to a a file or console
Description
This function makes a HTML document using output generated with functions in the R3port package
or any other HTML code available as vector. Basically it adds tags to a html template file and let's
the user select various options to customize the output.
The function returns a HTML file (or writes output to console)
Arguments
text
character vector to be placed within HTML document
out
character with filename for the output HTML file (if NULL it will print to console)
show
logical indicating if the resulting pdf file from the compiled tex file should be opened when created
rtitle
string indicating the title of the output document
template
character with file name of the template file to use
rendlist
list with render items to be used for the template file (see (see whisker-package))
css
character with name of the css style sheet to use, default use package style sheet
Details
This function is used as wrapper within multiple functions in the R3port package but is also convenient in case
custom information should be placed within an output document