Learn R Programming

broman (version 0.72-4)

errors2pushbullet: Send further errors to pushbullet

Description

Set options to use RPushbullet to use pushbullet to push notifications of any error messages.

Usage

errors2pushbullet(recipients = NULL)

Arguments

recipients

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().)

See Also

stop_sending_errors(), note(), done(), pushbullet_devices()

Examples

Run this code
# NOT RUN {
errors2pushbullet()
# }

Run the code above in your browser using DataLab