Convert vector to items
Value
A LaTeX2 object containing the entries
of x
concatenated.
Examples
print(vector_to_latex2(1:3), tags = TRUE)
#> tag= SPECIAL
#> SPECIAL(OTHER): "1"
#> tag= SPECIAL
#> SPECIAL(OTHER): "2"
#> tag= SPECIAL
#> SPECIAL(OTHER): "3"