Learn R Programming

parseLatex (version 0.4.1)

vector_to_latex2: Convert vector to items

Description

Convert vector to items

Usage

vector_to_latex2(x)

Value

A LaTeX2 object containing the entries of x concatenated.

Arguments

x

A list or vector to convert.

Examples

Run this code
print(vector_to_latex2(1:3), tags = TRUE)

Run the code above in your browser using DataLab