knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Analysis is the third and final workflow of the Yolo Bypass Telemetry project. It begins after the database has been appended with new (formatted) detections and you are ready to generate the annual reproducible Telemetry Report.

General Analysis workflow

  1. QAQC the data (there is an inst/setup.R script of the ybt package source files)
  2. Save the QAQC'd tables to individual .rds files, or however you like to access them
  3. Knit the current year's version of the annual reproducible Telemetry Report, using the QAQC'd data.

1. Install the ybt package

By running:

devtools::install_github("fishsciences/ybt", build_vignettes = TRUE)

This will install all dependencies of the package as well.

2. Knit the Reproducible Report for the current year

Things to remember about the analysis workflow



fishsciences/ybt documentation built on March 11, 2021, 8:45 a.m.