sds_newword: Define a new word in the text.

View source: R/sds_newword.R

sds_newwordR Documentation

Define a new word in the text.

Description

Given a character from a special unicode or other font, translate it into a tex command if needed.

Usage

sds_newword(str, format = ifelse(knitr::is_latex_output(), "latex", "html"))

Arguments

str

the character string for the new word

format

either "html" or "latex". Default uses knitr::is_latex_output()

Examples

sds_newword("log likelihood", format = "latex")


dtkaplan/SDSdata documentation built on June 28, 2022, 8:09 a.m.