html.characters: html.characters

Description Usage Arguments Details Author(s) See Also Examples

View source: R/pub01_utilityFuncs.R

Description

Write characters to the HTML file by writing one or more <p> tags

Usage

1
html.characters(characters, file = get(".HTML.file"))

Arguments

characters

A vector of character string

file

A charactor string, giving the path and the file name of the html report file

Details

This function is a wraped function of the HTML.character function in the package R2HTML. The differenc is that the HTML.character write a character vector to one paragraph,while the html.characters to numbers(same with the length of the vector) of paragraphs

Author(s)

Ruifei.Yin

See Also

HTMLInsertGraph,HTMLplot

Examples

1
2
.HTML.file <-  file.path(getwd(),"htmlrpt.html")
html.characters(c("this is the first paragraph.","this is the second paragraph."))

QuantAndrew/QUtility documentation built on May 14, 2019, 7:36 a.m.