Internal R2HTML functions
HTMLReplaceNA(Vec, Replace = " ")
HTMLCommand(x, file = HTMLGetFile(),
Num = "", menu = FALSE, target= "index<-main.html", append = TRUE, ...)
HTMLcode(x,...)
string
string to use for missing values
a string corresponding to a R command
the target HTML file
number of the command
to build a menu of commands
As command is put in a left frame, name of the linked target HTML page
logical. If 'TRUE' output will be appended to 'file'; otherwise, it will overwrite the contents of 'file'
...
These are not to be called by the user.