rhino
rhino copied to clipboard
Can't use View from browser() (even with utils::View(), I can only inspect dataframes)
Steps to reproduce
- Place a browser() anywhere in the code
- Run the app
- 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