make_tex_row {ivdoctr} | R Documentation |
Makes LaTeX code to make a row of a table and shift by some amount of columns if necessary
Description
Makes LaTeX code to make a row of a table and shift by some amount of columns if necessary
Usage
make_tex_row(char_vec, shift = 0)
Arguments
char_vec |
Vector of characters to be collapsed into a LaTeX table |
shift |
Number of columns to shift over |
Value
LaTeX string of the whole row of the table
[Package ivdoctr version 1.0.1 Index]