library(grid)
library(gtable)
library(ggplotify)
library(RplotterPkg)
RplotterPkg::create_table_graphic(
df = RplotterPkg::car_stats,
table_width = 7,
show_row_names = TRUE,
cell_just = "right",
cell_hor_pos = 0.95,
title = "Average Measures by Cylinders"
)
Run the code above in your browser using DataLab