Is there a way to print small data.frames to the console in a more readable manner?
data.frames
For example, would it be possible to output to the console:
tibbles are printed with colour formatting in the console:
library(tidyverse) x <- as_tibble(mtcars) x