knitr::opts_chunk$set(echo = TRUE)

For now just a test.

Do:

devtools::install_github("fishvice/taggart", dependencies = FALSE)

Load library:

library(taggart)

Get the data and have a peek

tg_catches()         %>% glimpse()
tg_catches_bio()     %>% glimpse()
tg_expeditions()     %>% glimpse()
tg_expeditions_bio() %>% glimpse()


fishvice/taggart documentation built on Sept. 7, 2020, 3:57 a.m.