Created
April 6, 2018 09:06
-
-
Save jgarces02/79a973fecc6e37d99ee9bcf13992a1ff to your computer and use it in GitHub Desktop.
Prompt a notification when a long R process finishes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
system('CMD /C ">>> ECHO The R process has finished running && PAUSE"', | |
invisible = FALSE, wait = FALSE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment