Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bibentry_key

Give the key associated with a bibentry element


Description

Give the key associated with a bibentry element

Usage

bibentry_key(x)

Arguments

x

a single bibentry element.

Details

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?)

Value

a character string

Author(s)

Georgi N. Boshnakov


Rdpack

Update and Manipulate Rd Documentation Objects

v2.1.1
GPL (>= 2)
Authors
Georgi N. Boshnakov [aut, cre], Duncan Murdoch [ctb]
Initial release
2021-02-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.