create_spec_count_rows | R Documentation |
Function to create rows for missing 0's in yr_dat
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 )
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 |
Dataframe with new rows for adding into BBS dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.