Learn R Programming

multicolor (version 0.1.7)

things: Things

Description

Named vector of animals and other characters e.g. Yoda, from the cowsay package

Usage

things

Arguments

Format

An object of class list of length 45.

Details

things is a named character list of ASCII animals and characters.

Examples

Run this code
things[["turkey"]]
things[["chuck"]] %>% cat()
cowsay::animals[3] %>% cat()
names(things)
multi_color(things[["stretchycat"]]) # To say something, use the cowsay package

Run the code above in your browser using DataLab