R/animals.R

#' @title Animals
#'
#' @description Named vector of animals
#' @name animals
#' @details `animals` is a named character vector of animals,
#' with each element a character string of variable length specifying
#' an ASCII animal. Note that some have unicode characters that won't
#' play well on some operating systems.
#' @export
#' @examples
#' animals
#' cat(animal_fetch('cow'))
#' cat(animal_fetch('chicken'))
#' cat(animal_fetch('chuck'))
#' cat(animal_fetch('clippy'))
#' cat(animal_fetch('poop'))
#' cat(animal_fetch('bigcat'))
NULL
sckott/cowsay documentation built on April 11, 2025, 4:40 p.m.