bird_day: Creates a dataframe of birds spotted on a single day for a...

Description Usage Arguments Value Examples

View source: R/bird_day.R

Description

returns dataframe of all birds spotted on a single day for a region

Usage

1
bird_day(country = "US", year, month, day, key)

Arguments

country

string of country letter abreviation, default is United States

year

string of 4 digit year

month

string of month 1-12

day

string of day 1-31

key

The users eBird key

Value

bird_obs dataframe

Examples

1
dylan_bday <- bird_day(year = "1999", month = "1", day = "28", key = my_birdkey)

sjmarks/Birdr documentation built on May 12, 2020, 5:48 p.m.