powered by
Named vector of animals
animals
An object of class character of length 56.
character
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.
cat(animals['cow']) cat(animals['chicken']) cat(animals[['chuck']]) cat(animals[['clippy']]) cat(animals[['poop']]) cat(animals[['bigcat']]) for (animal in animals) cat(animal, sep = "\n")
Run the code above in your browser using DataLab