knitr::opts_chunk$set(echo = TRUE)
The concept is to turn objects from stock assessment packages (sam, flr's, muppet, ...) to tibbles for further downstream tidyverse processing. A case in point:
library(magrittr) stockassessment::fitfromweb("BW-2021") %>% fishvice::fv_rbx()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.