This appears to be just how the list prints in R. It is not intended to be used in a paper or presentation.
dat2 <- tibble(aa = c("Chicken", "Dog", "Cat", "Monkey", "Pig", "Ant"))
dat2
will give you a totally different print-out.
What are you trying to achieve with the list? Typically an R output is formatted in some way for presentation.