rmmAutofillPackageCitation: Add all package citations to an rmm object

View source: R/autofill.R

rmmAutofillPackageCitationR Documentation

Add all package citations to an rmm object

Description

Using bibtex citations

Usage

rmmAutofillPackageCitation(rmm, packages)

Arguments

rmm

an rmm list

packages

a vector of quoted package names

Details

See Examples.

Value

a range model metadata list

Author(s)

Brian Maitner <bmaitner@gmail.com>, Cory Merow <cory.merow@gmail.com>

See Also

Other autofill: rmmAutofillBIEN(), rmmAutofillEnvironment(), rmmAutofillspocc()

Examples

rmm <- rmmTemplate()
rmm <- rmmAutofillPackageCitation(rmm,c('terra','sf'))


rangeModelMetadata documentation built on Oct. 17, 2023, 1:11 a.m.