04pallav
9/13/2017 - 9:26 PM

Printing tables to pdf

Printing tables to pdf

library(gridExtra)
pdf("trade.pdf", height=11, width=8.5)
grid.table(df)
plot.new()
grid.table(m14,rows = NULL)
plot.new()
grid.table(m14,cols = NULL)
dev.off()