trans.r2symbols: Transform HTML into symbols
Description
Transform texts in HTML to symbols
Usage
trans.r2symbols(
font.size = NULL,
font.weight = c("normal", "bold", "lighter"),
font.color = NULL
)
Value
A rendered HTML where simple text is transformed to symbols using HTML codes
Arguments
- font.size
font size as integer
- font.weight
font weight eg. normal, bold or lighter
- font.color
font color e.g. red, blue, cyan