R/load_data.R

Defines functions load_data

Documented in load_data

#' 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'))
}
Tatianabellagio/buttRflyfish documentation built on Dec. 18, 2021, 4:05 p.m.