npn_stations_with_spp | R Documentation |
Get a list of all stations which have an individual whom is a member of a set of species.
npn_stations_with_spp(species_id, ..., speciesid = deprecated())
species_id |
Required. Species id numbers, from 1 to infinity,
potentially, use e.g., |
... |
Currently unused. |
speciesid |
Deprecated. Use |
A data frame with stations' latitude and longitude, names, and ids.
## Not run:
npn_stations_with_spp(species_id = c(52, 53, 54))
npn_stations_with_spp(species_id = 53)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.