notify_msg: Send a message to LINE

Description Usage Arguments Value Examples

Description

Send a message to LINE

Usage

1
notify_msg(message, token = Sys.getenv("LINE_API_TOKEN"))

Arguments

message

message (chr)

token

the LINE Notify personal access token (chr)

Value

httr response object (invisibly)

Examples

1
2
3
4
5
## Not run: 
Sys.setenv(LINE_API_TOKEN="xxxxxxxxxxxxxxxxxx")
notify_msg("hello world")

## End(Not run)

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