找回密码
 注册
查看: 310|回复: 0

R语言 rredis包 redisSRem()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 21:03:08 | 显示全部楼层 |阅读模式
redisSRem(rredis)
redisSRem()所属R语言包:rredis

                                        Remove an element from a set.
                                         从集合中删除一个元素。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Remove an element from a set.
从集合中删除一个元素。


用法----------Usage----------


redisSRem(set, element)



参数----------Arguments----------

参数:set
The set name (character) from which to remove the element.
要从中删除的元素的集合名称(文字)。


参数:element
The element to remove (not and index, but the actual element value).
要移除的元素(而不是和索引,但实际元素的值)。


Details

详细信息----------Details----------

The set element matching the specified element will be removed from the set.
从集合中的设置匹配指定元素的元素将被删除。


值----------Value----------

TRUE upon successful removal, FALSE otherwise.
成功后,去除TRUE,否则返回FALSE。


(作者)----------Author(s)----------



B. W. Lewis




参考文献----------References----------



参见----------See Also----------

redisSAdd
redisSAdd


实例----------Examples----------


## Not run: [#不运行:]
redisConnect()
redisSAdd('set', 5)
redisSAdd('set', 7)
redisSMembers('set')
redisSRem('set',5)
redisSMembers('set')

## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-27 00:38 , Processed in 0.023403 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表