View source: R/Personal_Functions.R
Codes_done | R Documentation |
for alerting you when your code is done.
Codes_done(title, msg, sound = FALSE, effect = 1)
title |
The title of the notification |
msg |
The message to be sent |
sound |
Optional sound to blurt as well |
effect |
If sound it blurted, what should it be? (check beepr package for sound options) |
Only for Linix (as far as I know)
smacdonald (stack overflow) with modificaion by Travis Barton
https://stackoverflow.com/questions/3365657/is-there-a-way-to-make-r-beep-play-a-sound-at-the-end-of-a-script
Codes_done("done", "check it", sound = TRUE, effect = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.