HTML_: HTML Text Formatting Elements

Description Usage Arguments Value Examples

View source: R/HTML.R

Description

HTML_ schreibt direkt ins HTML-File

HTML_P <p> Paragraph

HTML_I <i> Defines italic text

HTML_B <b> Defines bold text

HTML_S <small> Defines smaller text

HTML_HR <hr> Lienie

HTML_DIF <dif> Formatierungsbereich

HTML_CENTER <center> zentrieren

HTML_NULL wie HTML_BR <br> Zeilenumbruch aber mit Text

HTML_BR <br> Zeilenumbruch aber ohne Text

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
HTML_(x, output = which_output())

HTML_P(x, output = which_output())

HTML_I(x, output = which_output())

HTML_B(x, output = which_output())

HTML_S(x, output = which_output())

HTML_HR(x, output = which_output())

HTML_DIF(x, output = which_output())

HTML_CENTER(x, output = which_output())

HTML_NULL(x, output = which_output())

HTML_BR(x, output = which_output())

Arguments

x

Text

output

HTML, Knit oder Textfile (ist nicht gedacht zum Aendern)

Value

Null doere Character-String

Examples

1
# HTML_P( "Hallo Welt", file="")

stp4/stp25output documentation built on Sept. 19, 2021, 11:56 a.m.