R/sound.R

Defines functions sound

Documented in sound

#' @section Sound: Notify by playing a sound
#' @rdname notification
#' @param sound_file Location of sound file to play
sound <- function(sound_file = "extdata/chime.wav"){
  notification <- list(sound_file = file)
}
sjoerdvds/rudone documentation built on May 30, 2019, 12:05 a.m.