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 givebeepany argument, but we could have.
how do we know we could give it an argument? we see the
helpfile or documentation of thebeep()function