sourcebeep: Source with Beep

View source: R/sourcebeep.R

sourcebeepR Documentation

Source with Beep

Description

Source an R file and beep when you're finished

Usage

sourcebeep(file, echo = T, ..., beep = 1)

Arguments

file

a file to source

echo

should the call to source(file) be made with the echo argument set to TRUE

...

additional arguments to pass to source()

beep

a numerical value to pass to beepr::beep(), indicating what what sound should indicate the process is finished. Set to NULL if


crazybilly/ucbudar documentation built on July 15, 2024, 5:03 p.m.