Skip to contents

The goal of animalsounds is to print the animal sound next to the animal name.

Installation

You can install the development version of animalsounds from GitHub with:

# install.packages("pak")
pak::pak("teodoromouniertebas/animalsounds")

Example

This is a basic example which shows you how to solve a common problem:

library(animalsounds)

animal_sounds("dog", "woof")
#> [1] "The dog goes woof!"