Learn R Programming

rangeModelMetadata (version 0.1.5)

rmmAutofillspocc: Add occurrence metadata from a spocc query to an rmm object

Description

This function populates occurrence field in an rmm object with output from a spocc query

Usage

rmmAutofillspocc(rmm, occ)

Value

a range model metadata list

Arguments

rmm

an rmm list

occ

Output from occ

Author

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

Details

See Examples.

See Also

occ

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

Examples

Run this code
if (FALSE) {
rmm <- rmmTemplate()
xs <- spocc::occ("Xanthium strumarium")
rmmAutofillspocc(rmm = rmm, occ = xs)
}

Run the code above in your browser using DataLab