HTLMReplaceNA {R2HTML}R Documentation

Internal R2HTML functions

Description

Internal R2HTML functions

Usage

HTMLReplaceNA(Vec, Replace = " ")
HTMLCommand(x, file = get(".HTML.file"), 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
target
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 1.59 Index]