Learn R Programming

r2symbols (version 1.4)

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

Examples

Run this code
trans.r2symbols()

Run the code above in your browser using DataLab