Codes_done {LilRhino} | R Documentation |
For announcing when code is done.
Description
for alerting you when your code is done.
Usage
Codes_done(title, msg, sound = FALSE, effect = 1)
Arguments
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) |
Details
Only for Linix (as far as I know)
Author(s)
smacdonald (stack overflow) with modificaion by Travis Barton
References
https://stackoverflow.com/questions/3365657/is-there-a-way-to-make-r-beep-play-a-sound-at-the-end-of-a-script
Examples
Codes_done("done", "check it", sound = TRUE, effect = 1)
[Package LilRhino version 1.2.2 Index]