trans.r2symbols: Transform HTML into symbols

View source: R/includeScripts.R

trans.r2symbolsR 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()

r2symbols documentation built on March 31, 2023, 8:19 p.m.