Is there a way to increase the cell of the column name in a tableGrob
item?
library(grid)
d <- head(iris, 3)
g <- tableGrob(d)
grid.newpage()
grid.draw(g)
default:
What I want to achieve (this was done in photoshop):
Any help is much appreciated.