Skip to contents

Fetch an animal

Usage

animal_fetch(by)

Arguments

by

(character) which animal to get

Value

single string

Examples

animal_fetch("longtailcat")
#> [1] "\n     /\\-/\\\n    /a a  \\                                 _\n   =\\ Y  =/-~~~~~~-,_______________________/ )\n     ‛^--‛          ________________________/\n       \\           /\n       ||  |---‛\\  \\\n  jgs  (_(__|   ((__|"
cat(animal_fetch("longtailcat"))
#> 
#>      /\-/\
#>     /a a  \                                 _
#>    =\ Y  =/-~~~~~~-,_______________________/ )
#>      ‛^--‛          ________________________/
#>        \           /
#>        ||  |---‛\  \
#>   jgs  (_(__|   ((__|
animal_fetch("poop")
#> [1] "\n     (   )\n  (   ) (\n   ) _   )\n    ( \\_\n  _(_\\ \\)__\n (____\\ ___)) [nosig]"
cat(animal_fetch("poop"))
#> 
#>      (   )
#>   (   ) (
#>    ) _   )
#>     ( \_
#>   _(_\ \)__
#>  (____\ ___)) [nosig]