Skip to contents

Convert vector to items

Usage

vector_to_latex2(x)

Arguments

x

A list or vector to convert.

Value

A LaTeX2 object containing the entries of x concatenated.

Examples

print(vector_to_latex2(1:3), tags = TRUE)
#>  SPECIAL(OTHER): 1
#>  SPECIAL(OTHER): 2
#>  SPECIAL(OTHER): 3