For c++ and c I am able to create TAGS file by running ctags -e or use cscope to navigate a codebase in emacs. Is there an equivalent for a codebase in R? ctags ignored my R files...
See
R --help|grep tags
R CMD rtags --help
and within R ?rtags