Ask VIM to show the arguments to the R function

Mac R-Gui has a nice feature where when you start a function's input, the bottom status bar tells you what arguments the function is taking. For example, see the following image when I print the traceback:

enter image description here

I love this feature, but I would really love if I could use Vim to get similar functionality with R, preferably something that works well with Mac-Vim. Is there something that will display the function arguments at the bottom of the screen (or on mouse over) when I start typing the R function in (Mac) VIM?

+3


source to share


1 answer


Possibly: http://www.vim.org/scripts/script.php?script_id=2628



If you want to use the R function that MacGUI uses to terminate, give it a try ?rcompgen

.

0


source







All Articles