Skip to contents

The goal of animalsounds is to demonstrate how to make a very very basic package.

Installation

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

# install.packages("pak")
pak::pak("The-Senate-KR/animalsounds")

Example

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

library(animalsounds)
## basic example code
animal_sounds("cow", "baah")
#> [1] "The cow says baah!"