#' @title Calculate average yearly growth
#' @param x An abundance sample from \cite{sample_N} or \cite{agg_abund}
#' @param years A 2-vector that contains the first year and the last of the desired trend
#' @export
#'
get_growth <- function(x, years){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.