R2HTML-internal: Internal R2HTML functions

Description Usage Arguments Details

Description

Internal R2HTML functions

Usage

1
2
3
4
5
6
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

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.


R2HTML documentation built on May 2, 2019, 5:11 p.m.