library(testdata) data('Green-Fish-River')
knitr::kable(out)
ggplot2::ggplot(out, ggplot2::aes(x=.data$BROOD_YEAR, y=.data$SPAWNERS)) + ggplot2::geom_point(na.rm = TRUE) + ggplot2::ggtitle('Spawner Counts')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.