jb_pushfinished: Send push notifications to your phone from R when script...

Description Usage Arguments Examples

Description

Token is a text file in working directory. Pushover account required.

Usage

1
jb_pushfinished(message = "Script completed at ")

Arguments

message

the message you wish to add. Time stamp is appended after.

Examples

1
2
3
4
5
6
7
Read in token
token <- readChar("token",
                 file.info("token")$size) # shrink to character length
set_pushover_app(
  token=token,
  user="umTsDu9PSNCSf92NXEY21jUsvz3faT")
  jb_pushfinished() # at end of file

epijim/EpijimFunctions documentation built on May 16, 2019, 8:17 a.m.