processOneTable: processOneTable

Description Usage Arguments Details

Description

Process one latex table into Rmd format

Usage

1
processOneTable(x, begin, end, tabNum)

Arguments

x

A vector of latex lines

begin

The beginning line number of the latex table to process

end

The ending line number of the latex table to process

Details

The \begintable and \endtable command must be on lines by themselves.

The header of a latex table is signified by the first \hline, or the last row with a \multicolumn command. Only one-line headers are allowed in Markdown.


tmcd82070/tex2rmd documentation built on May 27, 2019, 8:46 a.m.