taskStatus(twitteR)
taskStatus()所属R语言包:twitteR
A function to send a Twitter DM after completion of a task
一个函数来发送一个Twitter DM的任务完成后,
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function will run an R expression and send a direct message to a specified user on success or failure.
此功能将运行R的表达和直接的信息发送到指定的用户的成功或失败。
用法----------Usage----------
taskStatus(expr, to, msg="")
参数----------Arguments----------
参数:expr
An R expression that will be run
R的表达,将运行
参数:to
The user to send a message to, either character or an user object.
用户发送的消息,无论是character或user对象。
参数:msg
An extra message to append to the standard DM
一个额外的信息附加到标准的DM
Details
详细信息----------Details----------
This function will run expr, and send a Direct Message (DM) upon completion which will report the expression's success or failure.
此功能将运行expr,并发送直接消息(DM)完成后,将报告表达的成功或失败。
值----------Value----------
Either the value of the expression or an object of class try-error.
无论是表达式的值或对象的类try-error。
(作者)----------Author(s)----------
Jeff Gentry
参见----------See Also----------
dmSend
dmSend
实例----------Examples----------
## Not run: [#不运行:]
taskStatus(z<-5, "username", session=sess)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|