export2latex: Exporting descriptives table to Latex format
Description
This function takes the result of createTable and exports the tables to LaTeX format.
Usage
export2latex(x, file,...)
Arguments
x
an object of class 'createTable'
file
file where table in LaTeX format will be written. Note that the the folder and the basename of the file must be written but not the extension (.tex). Also, another file with the extension '_appendix' is written with the available data table.