Functions to get and set the keys of an object of class BibEntry
Value
names<-
the updated BibEntry object.
names
- character vector of the keys of the BibEntry object.
Author
McLean, M. W. mathew.w.mclean@gmail.com
Examples
if (requireNamespace("bibtex")) {
bib <- ReadBib(system.file("Bib", "test.bib", package = "RefManageR"))
names(bib)
names(bib)[1] <- 'newkey'
}