#' Load data
#'
#' Function to load the qPCR data (gene expression) of the butterfly fish
#' @return
#' @export
#'
#' @examples
load_data = function(){
buttRflyfish::buttR_neuro %>%
dplyr::mutate(species = relevel(factor(species), ref = 'C.bar'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.