Learn R Programming

broman (version 0.72-4)

note: Send a note to pushbullet

Description

Even simpler interface for RPushbullet::pbPost() to send a bit of text to pushbullet.

Usage

note(title, recipients = NULL, body = NULL)

Arguments

title

The title of the note (could be the whole thing).

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

body

The body of the note (by default, empty)

See Also

errors2pushbullet(), done(), pushbullet_devices()

Examples

Run this code
# NOT RUN {
note("Hello.")
# }

Run the code above in your browser using DataLab