R/create_res.R

#' Create Result Section
#'
#' @param species_id
#'
#' @return
#' @export
#' @import tidyverse
#'
#' @examples
create_res <- function(species_id){
  data.frame(reference = species_id) %>%
    return()
}
NiklasTR/microbiomefhir documentation built on June 23, 2019, 2:06 a.m.