I'm working with sjPlot in order to get "pretty" tables. I managed to create a really nice contingency and another table providing me with frequencies of a variable.
Everything is just nice and the way it should be - except for one thing: I work with RStudio and when I run my code that includes several sjPlot-tables as output, I can only access the latest one. Unlike the graphics-window of RStudio, where you can click back and forth through your output, I'm stuck here with just the last table.
Is there a way to create a new tab or window or so, that I can run my code and get access to all the tables I created?
That would be super cool!