Skip to content

Instantly share code, notes, and snippets.

@dritoshi
Created January 20, 2014 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dritoshi/8516258 to your computer and use it in GitHub Desktop.
Save dritoshi/8516258 to your computer and use it in GitHub Desktop.
R から iOS にお知らせ。notifyR package と pushover を利用する。
library("notifyR")
userkey <- "XXXXXXXXXXXXXXXXXXX"
send_push(userkey,
title = "Hello from R!",
message = "Rからこんにちは!"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment