notifyR-package: Send push notifications to your smartphone via pushover.net

Description Author(s) References Examples

Description

This Package provides a connection to the pushover.net API to send push notification to your smartphone directly from R. (ACCOUNT REQUIRED!)

Author(s)

Torben Engelmeyer <torben@engelmeyer.de>

References

http://www.engelmeyer.de/notifyR

http://pushover.net

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 
## First get your user key at http://pushover.net
##

userkey <- "[YOUR PUSHOVER USER KEY]" #Define user key

send_push(userkey,"Simulation finished")

send_push(userkey,message="finished.",title="World Simulation",url="http://www.myRresults.com/",url_title="View Results online.",priority=TRUE)

send_push(userkey,"Cool Date",timestamp=as.POSIXct("1987-02-24 15:00:00", tz="CET"))

send_push(userkey,"Send notification only to my favorite Smartphone",device="favorite")


## End(Not run)

notifyR documentation built on May 2, 2019, 11:04 a.m.