Another editor for R (Tinn-R) has the possibility to define hotkeys for R commands. Example: - define length(%s) with the hotkey Ctrl+1 as hotkey - vec_test <- c(1,2,3,4,5,6) - mark vec_test - press Ctrl+1 - nrow(vec_test) will be executed at the console a result 6 is printed out at console See attached manual of Tinn-R with a detailed explanation. (RKWard is much cooler than Tinn-R but the hotkeys are a really useful feature.)
Created attachment 105197 [details] manual of Tinn-R
This could possibly replace bug 360250.
Wrong bug in recent comment. This could possibly replace bug 360350.