animal_fetch {cowsay} | R Documentation |
Fetch an animal
Description
Fetch an animal
Usage
animal_fetch(by)
Arguments
by |
(character) which animal to get |
Value
single string
Examples
animal_fetch("longtailcat")
cat(animal_fetch("longtailcat"))
animal_fetch("poop")
cat(animal_fetch("poop"))
[Package cowsay version 1.2.0 Index]