HTLMReplaceNA {R2HTML} | R Documentation |
Internal R2HTML functions
HTMLReplaceNA(Vec, Replace = " ") HTMLCommand(x, file = .HTML.file, Num = "", menu = FALSE, target= "index<-main.html", append = TRUE, ...) HTMLcode(x,...)
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 |
|
target |
|
append |
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.