Learn R Programming

broman (version 0.59-5)

note: Send a note to pushbullet

Description

Even simpler interface for pbPost to send a bit of text to pushbullet.

Usage

note(title, recipients, body = "")

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 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
body
The body of the note (by default, empty)

Examples

Run this code
note("Hello.")

Run the code above in your browser using DataLab