View source: R/fwspp_combine.R
fwspp_combine | R Documentation |
fwspp
objectsUse 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.
fwspp_combine(...)
... |
two or more |
a fwspp
object
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.