I'm an R studio user looking into switching to SublimeText 3 with the REPL R package.
So far so good but the major difference I see vs. Rstudio is the lack of an "environment" window that shows all the data objects being worked with. IE the list of dataframes, vectors etc that have been built.
Is is possible to view a list of data objects like this using Sublime Text + REPL R ?
thanks!