Description Usage Arguments Author(s) Examples
Convert an Emacs tags file into the CTags file format.
1  | etags2ctags(etagsfile, ctagsfile)
 | 
etagsfile | 
 Path to Emacs tags file.  | 
ctagsfile | 
 Path to the CTags file to be created.  | 
Jakson Alves de Aquino <jalvesaq@gmail.com>
1 2 3 4 5  | ## Not run: 
rtags(path = "/path/to/R/source/code", recursive = TRUE, ofile = "RTAGS")
etags2ctags("RTAGS", "Rtags")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.