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

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

[复制链接]
发表于 2012-9-27 18:57:49 | 显示全部楼层 |阅读模式
mongo(rmongodb)
mongo()所属R语言包:rmongodb

                                        The mongo (database connection) class
                                         蒙戈(数据库连接)类

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

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

Objects of class "mongo" are used to connect to a MongoDB server and to perform database operations on that server.
“蒙戈”类的对象是用来连接到一个MongoDB的服务器,在该服务器上执行数据库操作。

mongo objects have "mongo" as their class and contain an externally managed pointer to the connection data. This pointer is stored in the "mongo" attribute of the object.
蒙戈对象具有“蒙戈”作为它们的类,并包含一个外部管理的连接数据的指针。该指针被存储在“蒙戈”属性的对象。

Note that the members of the mongo object only reflect<br> the initial parameters of mongo.create(). Only the external data actually changes if, for example, mongo.timeout is called after the initial call to mongo.create.
注意的成员的蒙戈对象的只反映<BR>的初始参数mongo.create()。实际上只有外部数据的变化,例如,mongo.timeout的被称为后的初始调用mongo.create。


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

mongo.create,<br> mongo.is.connected,<br> mongo.get.databases,<br> mongo.get.database.collections,<br> mongo.insert,<br> mongo.find.one,<br> mongo.find,<br> mongo.update,<br> mongo.remove,<br> mongo.drop,<br> mongo.drop.database<br> mongo.gridfs.
mongo.create,参考mongo.is.connected,参考mongo.get.databases,参考mongo.get.database.collections,参考mongo.insert,参考mongo.find.one ,参考mongo.find,参考mongo.update,参考mongo.remove,参考mongo.drop,参考mongo.drop.database的<BR>蒙戈。 gridfs。


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


mongo <- mongo.create()
if (mongo.is.connected(mongo)) {
    buf <- mongo.bson.buffer.create()
    mongo.bson.buffer.append(buf, "name", "Joe")
    mongo.bson.buffer.append(buf, "age", 22L)
    b <- mongo.bson.from.buffer(buf)
    mongo.insert(mongo, "test.people", b)
}

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 11:41 , Processed in 0.021231 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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