R/sloth_food.R

Defines functions sloth_food

Documented in sloth_food

#' Title
#'
#' @param banana
#' @param sloth
#'
#' @return
#' @export
#'
#' @examples
#'
sloth_food <- function(banana, sloth) {
  banana*sloth + 5
}
allisonhorst/bananasloth documentation built on Feb. 3, 2021, 12:04 a.m.