You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, to view a data.frame within a named list or similar object, you have to manually type View(MyObject$MyDF) in the console. This makes viewing nested data less convenient.
Describe the solution you'd like
I’d like a View button for not just the parent object but also for its child objects, allowing easier access to nested data.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, to view a
data.frame
within a named list or similar object, you have to manually typeView(MyObject$MyDF)
in the console. This makes viewing nested data less convenient.Describe the solution you'd like
I’d like a
View
button for not just the parent object but also for its child objects, allowing easier access to nested data.The text was updated successfully, but these errors were encountered: