Can't print data.frames or tibbles while in the debugger

Hi all. I find that while I'm in the debugger with a Browse[n]> prompt, I can't print a data frame or a tibble to the console. If I type the name of the tibble and press enter, there is no output. The same thing occurs with a print() statement. I can view it in the IDE with View(), but this requires more clicking around and doesn't give me as much information about the classes of the columns.

Any tips? Thanks!

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.