etags2ctags: Convert an Emacs tags file into the CTags file format.

Description Usage Arguments Author(s) Examples

Description

Convert an Emacs tags file into the CTags file format.

Usage

1
etags2ctags(etagsfile, ctagsfile)

Arguments

etagsfile

Path to Emacs tags file.

ctagsfile

Path to the CTags file to be created.

Author(s)

Jakson Alves de Aquino <jalvesaq@gmail.com>

Examples

1
2
3
4
5
## Not run: 
rtags(path = "/path/to/R/source/code", recursive = TRUE, ofile = "RTAGS")
etags2ctags("RTAGS", "Rtags")

## End(Not run)

jalvesaq/nvimcom documentation built on May 18, 2019, 11:19 a.m.