R/seal_loveability.R

Defines functions seal_loveability

Documented in seal_loveability

#' Seal loveability function
#'
#' @return
#' @export
#'
#' @examples
seal_loveability <- function() {
  warning("All seals are loveable. Do not try to classify otherwise.")
}
cullen-molitor/harborseal documentation built on Dec. 19, 2021, 7:03 p.m.