Give the key associated with a bibentry element
Give the key associated with a bibentry element
bibentry_key(x)
x |
a single bibentry element. |
2018-03-24: This function is deprecated (and not used in the package for a long time).
This is a convenience function to get the "key" attribute of a reference represented by a bibentry element.
There should be a better way to do this, I must be missing something
here. (2018-03-24: indeed: unlist(x$key) or x[[1]]$key,
was this available back then?)
a character string
Georgi N. Boshnakov
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.