Learn R Programming

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

RProtoBuf (version 0.4.0)

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.4.0

License

GPL-2

Maintainer

Dirk Eddelbuettel

Last Published

January 19th, 2014

Functions in RProtoBuf (0.4.0)

Descriptor-class

Class "Descriptor"
nested_type_count-methods

The number of fields
RProtoBuf-package

R Interface to the Protocol Buffers API
enum_type-methods

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

The number of fields
completion

Completion support for protocol buffer messages and descriptors
set-methods

set a subset of values of a repeated field of a message
FileOutputStream-methods

Creates an FileOutputStream
ConnectionOutputStream-class

Class "ConnectionOutputStream"
ArrayInputStream-class

Class "ArrayInputStream"
EnumValueDescriptor-class

Class "EnumValueDescriptor"
has-methods

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

Extract a message type descriptor for a nested type
descriptor-methods

Get the descriptor of a message
size-methods

Size of a message field
ByteCount-methods

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

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

The number of bytes taken by a message
ConnectionOutputStream-methods

Creates an ConnectionOutputStream
containing_type-methods

Gets the message type descriptor that contains a descriptor
fetch-methods

Fetch content of a repeated field
readProtoFiles

protocol buffer descriptor importer
FieldDescriptor-class

Class "FieldDescriptor"
SetCloseOnDelete-methods

set the close on delete behavior
read-methods

Read a protocol buffer message from a connection
sizegets

Set the size of a field
label-methods

Gets the label of a field
asMessage

coerce an object to a protobuf message
field-methods

Extract a field descriptor
FileOutputStream-class

Class "FileOutputStream"
clone-methods

Clone protocol buffer messages
isInitialized-methods

Indicates if a protocol buffer message is initialized
Skip-methods

Skips a number of bytes
MethodDescriptor-class

Class "MethodDescriptor"
type-methods

Gets the type or the C++ type of a field
FileInputStream-methods

Creates an FileInputStream
ArrayOutputStream-class

Class "ArrayOutputStream"
ArrayInputStream-methods

Creates an ArrayInputStream
enum_type_count-methods

The number of enum types
number-methods

Gets the declared tag number of a field
FileDescriptor-class

Class "FileDescriptor"
GetErrno-methods

Get the error number for an I/O error
EnumDescriptor-class

Class "EnumDescriptor"
ServiceDescriptor-class

Class "ServiceDescriptor"
clear-methods

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

Obtains a chunk of data from the stream
add-methods

add elements of a repeated field of a message
with.Message

with and within methods for protocol buffer messages
ZeroCopyInputStream-class

Virtual Class "ZeroCopyInputStream"
ZeroCopyOutputStream-class

Virtual Class "ZeroCopyOutputStream"
ConnectionInputStream-methods

Creates an ConnectionInputStream
invoke-methods

invoke a protobuf rpc method
name

Name or full name of a descriptor
BackUp-methods

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

Class "Message"
P

Protocol Buffer descriptor importer
FileInputStream-class

Class "FileInputStream"
merge-methods

Merge two messages of the same type
readASCII-methods

read a message in ASCII format
serialize_pb

Serialize R object to Protocol Buffer Message.
is_extension-methods

Indicates if a field descriptor is an extension
ArrayOutputStream-methods

Creates an ArrayOutputStream
RpcHTTP-class

Class "RpcHTTP"
fileDescriptor-methods

gets the file descriptor of an object
ConnectionInputStream-class

Class "ConnectionInputStream"
as.list.Message

Grab the protocol buffer message as an R list