Codes_done: For announcing when code is done.

View source: R/Personal_Functions.R

Codes_doneR 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)

Travis-Barton/LilRhino documentation built on May 3, 2022, 3:36 a.m.