I use RStudio for working with R programming language and find the ctrl+enter
shortcut to send a line to the console extremely useful in troubleshooting my work. >
Sending raw R code to SublimeREPL does work now:
R Application Switch
SublimeREPL
When you have SublimeREPL active, you'll be able to send raw R to it with Cmd/Ctrl+Enter.
Note that by default, SublimeREPL won't display the code that gets sent in; it'll just show you the output. If you want to also see the code, you can change your user settings:
Preferences -> Package settings -> SublimeREPL -> Settings - User
show_transferred_text
setting.For example, if you don't have any other settings, your settings should look like this:
{
"show_transferred_text": true
}