Skip to content

Instantly share code, notes, and snippets.

@ZeccaLehn
Created March 1, 2015 01:07
Show Gist options
  • Save ZeccaLehn/e6cf00b4bc8d0de47d72 to your computer and use it in GitHub Desktop.
Save ZeccaLehn/e6cf00b4bc8d0de47d72 to your computer and use it in GitHub Desktop.
[R] Beeps when ready

Calls a sound -- useful when waiting...

install.packages("beepr")
library(beepr)
beep(sound = 3, expr = NULL) #Fanfare!!

1: "ping"

2: "coin"

3: "fanfare"

4: "complete"

5: "treasure"

6: "ready"

7: "shotgun"

8: "mario"

9: "wilhelm"

10: "facebook"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment