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