Usage
animal_sounds(animal, sound)
Arguments
- animal
A character string representing the animal
- sound
A character string representing the sound the animal makes
Value
A character string describing the sound the animal makes
Examples
animal_sounds("dog", "woof")
#> [1] "The dog goes woof!"