Learn R Programming

easyWechat (version 0.2.0)

WechatMsg: WechatHelper

Description

WechatHelper

Usage

WechatMsg(userid, msg, status = NULL, name = NULL, number = NULL)

Value

response of the request

Arguments

userid

Please follow the official WeChat account "shengxintongzhizhushou", reply with id, and scan the QR code to obtain the userid. View "http://bj.s1f.ren/gzh/home.html" and "https://mp.weixin.qq.com/s/tiedh3FWTA4hOhut5Useew" for more information.

msg

Content of the notification to be sent. Limit to 20 characters.

status

Current data status. Limit to 5 Chinese characters.

name

Project name. Limit to 5 characters.

number

Notification number.

Examples

Run this code
WechatMsg(userid = "123", msg = "test---SaveRds Success!")

Run the code above in your browser using DataLab