My question relates to making an R-signal after a command . I understand that I can run beep()along with any command that I want to run, but is there a way to automatically run beep()(from the package beepr) or system("say done")(I run RStudio on Mac) after each command?
eg. Is there a parameter options()that I can configure so that after entering each command in the interpreter another command is executed, for example beep()?
source
share