rhino icon indicating copy to clipboard operation
rhino copied to clipboard

Can't use View from browser() (even with utils::View(), I can only inspect dataframes)

Open rutger-hertoghe opened this issue 1 year ago • 0 comments

Steps to reproduce

  1. Place a browser() anywhere in the code
  2. Run the app
  3. Inspect a non-dataframe object such as a list with utils::View()

Bug description

Error in as.data.frame.default(x) : cannot coerce class ‘"reactivevalues"’ to a data.frame

Expected behavior

Display the object to be inspected with View() in the designated RStudio window

Rhino diagnostics

No response

Comments

I have not been able to find an alternative to inspect my loaded data, except for unwieldy printing or viewing the often truncated data within the environment window

rutger-hertoghe avatar Jun 11 '24 10:06 rutger-hertoghe