get_citation.multi_epiparameter: Get citation from a list of <epiparameter> objects

View source: R/accessors.R

get_citation.multi_epiparameterR Documentation

Get citation from a list of ⁠<epiparameter>⁠ objects

Description

Extract the citation stored in a list of ⁠<epiparameter>⁠ objects.

Usage

## S3 method for class 'multi_epiparameter'
get_citation(x, ...)

Arguments

x

An ⁠<epiparameter>⁠ object.

...

dots Not used, extra arguments supplied will cause a warning.

Value

A ⁠<bibentry>⁠ object containing multiple references. The length of output ⁠<bibentry>⁠ is equal to the length of the list of ⁠<epiparameter>⁠ objects supplied.

Examples

# example with list of <epiparameter>
db <- epiparameter_db()
get_citation(db)

epiparameter documentation built on April 3, 2025, 5:50 p.m.