R/tableRow.R
vector_to_row.Rd
Convert vector to table row
vector_to_row(cells, asis = FALSE, linebreak = TRUE)
A list or vector of cell contents.
If FALSE, add blanks around cell contents.
FALSE
If TRUE, add a line break marker.
TRUE
A LaTeX2 object which could be a row in a tabular object.
vector_to_row(1:3) #> 1 & 2 & 3 \\