Try a package function

Run the following command from the beepr package:

beep()

A function consists of:

  • function name: beep
  • parenthesis: ()
  • argument(s): what you provide to a function in the (). We didn’t need to give beep any argument, but we could have.

how do we know we could give it an argument? we see the help file or documentation of the beep() function