R/dog_function.R

Defines functions dog_function

Documented in dog_function

#' A Cat Function
#'
#' This function allows you to express your love of cats.
#' @param love Do you love cats? Defaults to TRUE.
#' @keywords cats
#' @export
#' @examples
#' cat_function()

dog_function <- function(){
  print('dog')
}
raphael-fua/dogs documentation built on Feb. 24, 2022, 12:29 a.m.