Is there any documented use of ctags with R? Would this be useful? Would it be difficult to implement?
Specifically, I've just started using Vim. It would be cool to be able to write an R function in one file, use the function in another file (e.g., an Rnw file, test file, or some other script), and be able to use Ctrl+] to navigate to the function source.
Update: I've since stumbled on the rtags function. It is suggested below that it works with vim.