Appsilon / rhino

Build high quality, enterprise-grade Shiny apps at speed
https://appsilon.github.io/rhino
287 stars 24 forks source link

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

Open rutger-hertoghe opened 3 months ago

rutger-hertoghe commented 3 months ago

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