read.bird: Read point count data from Watershed database

read.birdR Documentation

Read point count data from Watershed database

Description

Reads point count data and survey information from BES watershed database

Usage

read.bird(..., start = NULL, end = NULL, server = NULL)

read.bird.survey(
  ...,
  start = NULL,
  end = NULL,
  server = NULL,
  date.field = "survey_start"
)

Arguments

...

query parameters in tag = value form

start

an object of class Date; the earliest survey start date to retrieve

end

an object of class Date; the latest survey start date to retrieve

server

Alternate server for the WATERSHED database - for access to production or test instances.

Functions

  • read.bird(): Read point count data

  • read.bird.survey(): Read point count survey information

Examples

## Not run: 
#Get some data
d <- read.bird(start = as.Date('2017-01-01'))

## End(Not run)

jasonelaw/BESdata documentation built on Nov. 3, 2023, 9:32 a.m.