names<-.BibEntry | R Documentation |
Functions to get and set the keys of an object of class BibEntry
## S3 replacement method for class 'BibEntry'
names(x) <- value
## S3 method for class 'BibEntry'
names(x)
x |
an object of class BibEntry |
value |
character vector of new key values to replace into |
names<-
the updated BibEntry object.
names
- character vector of the keys of the BibEntry object.
McLean, M. W. mathew.w.mclean@gmail.com
if (requireNamespace("bibtex")) {
bib <- ReadBib(system.file("Bib", "test.bib", package = "RefManageR"))
names(bib)
names(bib)[1] <- 'newkey'
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.