The goal of animalsounds3 is to print the noises animals make.
Installation
You can install the development version of animalsounds3 from GitHub with:
# install.packages("pak")
pak::pak("cnd27/animalsounds3")
Example
This is a basic example which shows you how to solve a common problem:
library(animalsounds3)
## basic example code
animal_sounds("dog", "woof")
#> [1] "The dog says woof!"