Skip to contents

A wrapper around base::paste0().

Usage

animal_sounds(animal, sound = NULL)

Arguments

animal

A character string giving the animal

sound

A character string giving the sound

Value

A string giving the sound the animal makes

Examples

animal_sounds("cow", "moo")
#> [1] "The cow says moo!"