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()