fwspp_combine: Consolidate two or more 'fwspp' objects

View source: R/fwspp_combine.R

fwspp_combineR Documentation

Consolidate two or more fwspp objects

Description

Use this function to combine two or more fwspp objects into a single fwspp object. Attributes are preserved. Only works if fwspp objects were generated using the same boundary, scrubbing, buffer, and taxonomy settings (see fws_occ. The earliest query date/time in the combined fwspp objects is assigned to the combined object.

Usage

fwspp_combine(...)

Arguments

...

two or more fwspp objects returned by fws_occ

Value

a fwspp object

Examples

## Not run: 
ml <- find_fws("longleaf")
ml <- fws_occ(fws = ml)
mb <- find_fws("mountain bog")
mb <- fws_occ(fws = mb)
mlb <- fwspp_combine(ml, mb)

## End(Not run)

adamdsmith/fwspp documentation built on Oct. 16, 2023, 3:43 a.m.