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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.