Learn R Programming

cowsay (version 1.2.0)

animal_fetch: Fetch an animal

Description

Fetch an animal

Usage

animal_fetch(by)

Value

single string

Arguments

by

(character) which animal to get

Examples

Run this code
animal_fetch("longtailcat")
cat(animal_fetch("longtailcat"))
animal_fetch("poop")
cat(animal_fetch("poop"))

Run the code above in your browser using DataLab