0

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!

  • 1
    Not as such, no. Remember, Sublime Text is a glorified extendable *text editor*, ***not an IDE***. Therefore, some (many) features from your favorite IDE may be unavailable. – MattDMo Aug 03 '16 at 23:41
  • But then emacs is a glorified extendable text editor, and you can list your R workspace objects by typing Ctrl-C Ctrl-X. Suggest you put in a feature request to the REPL devs, maybe they'll catch up with emacs one day... – Spacedman Aug 06 '16 at 15:00

0 Answers0