Skip to contents

Generate a required or optional arguments to a LaTeX call.

Usage

latex_required_arg(x)

Arguments

x

A character scalar (or something that can be coerced into a character scalar)

Value

The character scalar in French braces, "x".

See also

Other Latex Arguments: latex_optional_arg()

Examples

latex_required_arg("A")
#> [1] "{A}"