create_spec_count_rows: Function to create rows for missing 0's in yr_dat

View source: R/util.R

create_spec_count_rowsR Documentation

Function to create rows for missing 0's in yr_dat

Description

Function to create rows for missing 0's in yr_dat

Usage

create_spec_count_rows(
  Island = NA,
  Year = NA,
  Observer = "UNK",
  Station = NA,
  X = NA,
  Y = NA,
  Date = NA,
  Start = NA,
  Species_Code = NA,
  Count = NA
)

Arguments

Island

String - island of observation.

Year

Integer - year of observation

Observer

String - initials of observer or "UNK" for unknown

Station

String - station of observation

X

Numeric - x coord of station

Y

Numeric - y coord of station

Date

Date - date of observation

Start

Time - start time of survey

Species_Code

Character vector with all species codes of birds to create rows for

Count

Integer - number of birds counted, typically 0 in this usage

Value

Dataframe with new rows for adding into BBS dataframe.


BibelnieksDFW/BrBS documentation built on April 20, 2022, 12:54 a.m.