GenEst (version 1.2.4)

style: HTML tag functions

Description

This suite of functions are used for producing specific HTML tags, in complement to those imported from the htmltools package. style: in-line style.

ol: ordered list.

ul: unordered list.

li: list element.

b: bolded text.

u: underlined text.

small: small text.

big: big text.

center: center-justified text.

Usage

style(...)

ol(...)

ul(...)

li(...)

b(...)

u(...)

small(...)

big(text = NULL)

center(text = NULL)

Arguments

...

attributes and children of the element

text

text to wrap in the tag

Value

HTML tagged elements