New R/Rstudio user here. I love the introspection capabilities for objects in the local/global scope provided by the environment panes, but is there anyway to get this to work inside function in my main code?
I see you can swap focus to various packages, is there anyway to do the same for functions? I was hoping you could either click-expand function objects look inside or its would automatically shift focus when using browser() but no luck.
Worst case, I assume there is some hacky solution to just copy all function objects to global (for debug only)?