trans.r2symbols {r2symbols} | R Documentation |
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
)
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 |
Value
A rendered HTML where simple text is transformed to symbols using HTML codes
Note
This function simple inserts a script within the output HTML, which transforms the content using the relevant HTML codes.
Examples
trans.r2symbols()
[Package r2symbols version 1.4 Index]