powered by
Send a short message via RPushbullet, to be used to indicate that some R job is complete.
done(message = "R is done", recipients = NULL)
A character string with a message. (passed to RPushbullet::pbPost().)
RPushbullet::pbPost()
A character or numeric vector indicating the devices this post should go to. If NULL, the default device is looked up from an optional setting, and if none has been set the push is sent to all devices. (passed to RPushbullet::pbPost().)
errors2pushbullet(), note(), pushbullet_devices()
errors2pushbullet()
note()
pushbullet_devices()
# NOT RUN { done("Your R job is complete.") # }
Run the code above in your browser using DataLab