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