saveLatexTable: Save a matrix as latex table

Description Usage Arguments

Description

Save a data frame as a latex table. Convert object into a matrix and write it into two files. One has suffix "header.txt" and contains the column names. The second has suffix "body.txt" and contains the contents of the table.

Usage

1
2
3
saveLatexTable(Data, file = NULL, hlineevery = 5, checkSpecialChars = F,
  eol = " \\\\\n", quote = FALSE, sep = " & ", col.names = F,
  row.names = F, ...)

Arguments

Data

data frame

file

character string, destination file name

hlineevery

integer, number of lines between hline elements

checkSpecialChars

logical, determine if special characters should be escaped

eol

character string, text for end of line

quote

logical,

sep

character string, separator between columns

col.names

logical,

row.names

logical,

...

additional arguments are ignored


tkonopka/Rpipelines documentation built on May 31, 2019, 3:46 p.m.