vector_to_row: Convert vector to table row

View source: R/tableRow.R

vector_to_rowR Documentation

Convert vector to table row

Description

Convert vector to table row

Usage

vector_to_row(cells, asis = FALSE, linebreak = TRUE)

Arguments

cells

A list or vector of cell contents.

asis

If FALSE, add blanks around cell contents.

linebreak

If TRUE, add a line break marker.

Value

A LaTeX2 object which could be a row in a tabular object.

Examples

vector_to_row(1:3)

parseLatex documentation built on April 3, 2025, 5:27 p.m.