Westman Naturalists
  • Events
  • Membership
  • Helping out
  • Articles
  • Resources
  • Videos
  • About

Reports

Disclaimer: Not a population biologists!

Christmas Bird Counts

library(dplyr)

Attaching package: 'dplyr'
The following objects are masked from 'package:stats':

    filter, lag
The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union
library(tidyr)
library(lubridate)

Attaching package: 'lubridate'
The following objects are masked from 'package:base':

    date, intersect, setdiff, union
library(glue)
library(googlesheets4)

cbc <- gs4_get("https://docs.google.com/spreadsheets/d/1nT__JhTIAmjr1jLuLF3ZIP3rDnMD-eGmEvEuD8_JX2g") %>%
  read_sheet()
! Using an auto-discovered, cached token.
  To suppress this message, modify your code or options to clearly consent to
  the use of a cached token.
  See gargle's "Non-interactive auth" vignette for more details:
  <https://gargle.r-lib.org/articles/non-interactive-auth.html>
ℹ The googlesheets4 package is using a cached token for
  'steffi.lazerte@gmail.com'.
Auto-refreshing stale OAuth token.
✔ Reading from "Brandon CBC ".
✔ Range 'All Years'.
New names:
• `` -> `...1`
counts <- gs4_get("https://docs.google.com/spreadsheets/d/1nT__JhTIAmjr1jLuLF3ZIP3rDnMD-eGmEvEuD8_JX2g") %>%
  read_sheet(skip = 4)
✔ Reading from "Brandon CBC ".
✔ Range '5:10000000'.
New names: