P(RProtoBuf)
P()所属R语言包:RProtoBuf
Protocol Buffer descriptor importer
协议缓冲区描述符进口商
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The P function searches for a protocol message descriptor in the descriptor pool.
P功能搜索协议消息描述符中的描述符池。
用法----------Usage----------
P(type, file)
参数----------Arguments----------
参数:type
Fully qualified type name of the protocol buffer
完全合格的类型名称的协议缓冲区
参数:file
optional proto file. If given, the definition contained in the file is first registered with the pool of message descriptors
可选的原始文件。如果给定的定义文件中包含的第一个注册的消息描述符与池
值----------Value----------
An object of class Descriptor. An error is generated otherwise.
描述类的对象。否则将产生错误。
(作者)----------Author(s)----------
Romain Francois <francoisromain@free.fr>
实例----------Examples----------
## Not run: [#不运行:]
proto.file <- system.file( "proto", "addressbook.proto", package = "RProtoBuf" )
Person <- P( "tutorial.Person", file = proto.file )
as.character( Person )
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|