xtable-methods {a4Reporting} | R Documentation |
xtable
methods for several a4 objects, such as annotationTable
objects,
topTable
objects etc.
generates a LaTeX representation for the given annotationTable
generates a LaTeX representation for the given annotationTable
generates a LaTeX representation for the given annotationTable
## some dummy data dData <- data.frame(someSymbol = LETTERS[1:5], accessionNumber = c("X83928", "V00540", "U21090", "L38487", "M34057")) at <- annotationTable(displayData = dData, displayCols = list(accessionNumber = "EntrezId")) xat <- xtable(at) print(xat, include.rownames = FALSE)