get_bib_element: Extract bibliography element

View source: R/references.R

get_bib_elementR Documentation

Extract bibliography element

Description

Get bibliography information. Is used by pgsearch() to search pgsources based on bibliography information.

Usage

get_bib_element(key, element = "author", as_character = TRUE)

Arguments

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.

Value

BibEntry-element class or vector with character strings

Examples

get_bib_element("schvitzMappingInternationalSystem2022", element = "author")

prio-data/priogrid documentation built on June 14, 2025, 11:06 p.m.