npn_stations_with_spp: Get Stations with Species

View source: R/npn_stations.R

npn_stations_with_sppR Documentation

Get Stations with Species

Description

Get a list of all stations which have an individual whom is a member of a set of species.

Usage

npn_stations_with_spp(species_id, ..., speciesid = deprecated())

Arguments

species_id

Required. Species id numbers, from 1 to infinity, potentially, use e.g., c(52, 53), if more than one species desired (numeric).

...

Currently unused.

speciesid

Deprecated. Use species_id instead.

Value

A data frame with stations' latitude and longitude, names, and ids.

Examples

## Not run: 
npn_stations_with_spp(species_id = c(52, 53, 54))
npn_stations_with_spp(species_id = 53)

## End(Not run)

rnpn documentation built on April 3, 2025, 5:54 p.m.