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
Steps to reproduce
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