I'm using RStudio's R Notebook and would like to view 12 rows in my table, rather than have it limited to 10. I know you can click through to see the last two but I'd like to show all 12.
I have tried:
head(table_name, 12)
but that doesn't work. Any ideas?
thanks!