Learn R Programming

broman (version 0.59-5)

done: Send a short message via RPushbullet.

Description

Send a short message via RPushbullet, to be used to indicate that some R job is complete. #'

Usage

done(message = "R is done", recipients)

Arguments

message
A character string with a message. (passed to pbPost.)
recipients
A character or numeric vector indicating the devices this post should go to. If missing, 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

Examples

Run this code
done("Your R job is complete.")

Run the code above in your browser using DataLab