notify_plot: Send a plot to LINE

Description Usage Arguments Value Examples

Description

Send a plot to LINE

Usage

1
2
notify_plot(message = "", token = Sys.getenv("LINE_API_TOKEN"),
  file = "line_notify")

Arguments

message

message (chr)

token

the LINE Notify personal access token (chr)

file

prefix for filenames

Value

httr response object (invisibly)

Examples

1
2
3
4
5
6
## Not run: 
Sys.setenv(LINE_API_TOKEN="xxxxxxxxxxxxxxxxxx")
plot(iris)
notify_plot("Plotting the Iris")

## End(Not run)

fisproject/lineNotify documentation built on May 17, 2019, 11:14 p.m.