get_bib_element | R Documentation |
Get bibliography information. Is used by pgsearch()
to search pgsources based
on bibliography information.
get_bib_element(key, element = "author", as_character = TRUE)
key |
A bibkey found in pgsources |
element |
Supports author, journal, year, and title. |
as_character |
Return the result as a string instead of a RefManageR class object. |
BibEntry-element class or vector with character strings
get_bib_element("schvitzMappingInternationalSystem2022", element = "author")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.