my.pbPost: Quick R pushbullet message

Description Usage Arguments See Also Examples

View source: R/my.pbPost.R

Description

Function to post to Pushbullet only if certain conditions are met. This allows you to have others run your code on their computers without getting messages about not having RPushbullet set up. For you to receive a message from this, you must set up your Pushbullet account with your ".rpushbullet.json" file saved to your home directory.

Usage

1
my.pbPost(message, type = "note", title = "R message")

Arguments

message

Message you would like sent to your pushbullet account.

type

Type of message to send. I always use "note," but others may be possible.

title

Title of message. (Note: if you are receiving pushbullets on your iPhone, the title will be visible from your lock screen.)

See Also

pbPost

Examples

1
2
## This sends a PB if set up on the computer
my.pbPost("body of test message")

lcomm/ltools documentation built on May 20, 2019, 11:28 p.m.