Learn R Programming

⚠️There's a newer version (0.4.24) of this package.Take me there.

RProtoBuf (version 0.3.2)

R Interface to the Protocol Buffers API

Description

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.

Copy Link

Version

Install

install.packages('RProtoBuf')

Monthly Downloads

3,090

Version

0.3.2

License

GPL-2

Maintainer

Dirk Eddelbuettel

Last Published

December 16th, 2013

Functions in RProtoBuf (0.3.2)

RpcHTTP-class

Class "RpcHTTP"
readProtoFiles

protocol buffer descriptor importer
ArrayInputStream-class

Class "ArrayInputStream"
FieldDescriptor-class

Class "FieldDescriptor"
descriptor-methods

Get the descriptor of a message
type-methods

Gets the type or the C++ type of a field
P

Protocol Buffer descriptor importer
ServiceDescriptor-class

Class "ServiceDescriptor"
clone-methods

Clone protocol buffer messages
ConnectionInputStream-methods

Creates an ConnectionInputStream
ZeroCopyInputStream-class

Virtual Class "ZeroCopyInputStream"
size-methods

Size of a message field
sizegets

Set the size of a field
FileOutputStream-class

Class "FileOutputStream"
bytesize-methods

The number of bytes taken by a message
EnumValueDescriptor-class

Class "EnumValueDescriptor"
enum_type_count-methods

The number of enum types
fileDescriptor-methods

gets the file descriptor of an object
FileOutputStream-methods

Creates an FileOutputStream
MethodDescriptor-class

Class "MethodDescriptor"
readASCII-methods

read a message in ASCII format
merge-methods

Merge two messages of the same type
set-methods

set a subset of values of a repeated field of a message
asMessage

coerce an object to a protobuf message
name

Name or full name of a descriptor
swap-methods

swap elements of a repeated field of a message
fetch-methods

Fetch content of a repeated field
BackUp-methods

Backs up a number of bytes from a stream
ConnectionOutputStream-class

Class "ConnectionOutputStream"
EnumDescriptor-class

Class "EnumDescriptor"
Message-class

Class "Message"
enum_type-methods

Extract an enum type descriptor for a nested type
read-methods

Read a protocol buffer message from a connection
Skip-methods

Skips a number of bytes
field-methods

Extract a field descriptor
label-methods

Gets the label of a field
RProtoBuf-package

R Interface to the Protocol Buffers API
ConnectionOutputStream-methods

Creates an ConnectionOutputStream
field_count-methods

The number of fields
nested_type_count-methods

The number of fields
ArrayInputStream-methods

Creates an ArrayInputStream
ArrayOutputStream-methods

Creates an ArrayOutputStream
ConnectionInputStream-class

Class "ConnectionInputStream"
Descriptor-class

Class "Descriptor"
FileDescriptor-class

Class "FileDescriptor"
containing_type-methods

Gets the message type descriptor that contains a descriptor
with.Message

with and within methods for protocol buffer messages
FileInputStream-methods

Creates an FileInputStream
completion

Completion support for protocol buffer messages and descriptors
number-methods

Gets the declared tag number of a field
invoke-methods

invoke a protobuf rpc method
ByteCount-methods

The number of bytes read/written since the object was created
has-methods

Indicates if an object has the given field set
GetErrno-methods

Get the error number for an I/O error
as.list.Message

Grab the protocol buffer message as an R list
SetCloseOnDelete-methods

set the close on delete behavior
is_extension-methods

Indicates if a field descriptor is an extension
add-methods

add elements of a repeated field of a message
FileInputStream-class

Class "FileInputStream"
clear-methods

Clear a field or all fields of the message and set them to their default values
nested_type-methods

Extract a message type descriptor for a nested type
ArrayOutputStream-class

Class "ArrayOutputStream"
Next-methods

Obtains a chunk of data from the stream
ZeroCopyOutputStream-class

Virtual Class "ZeroCopyOutputStream"
isInitialized-methods

Indicates if a protocol buffer message is initialized