getRProtoBufDefaultObject: Returns a protocol buffer Message object from 'RProtoBuf'.

Description Usage Arguments Value Examples

Description

Needs gRPC support at package build time and the RProtoBuf package. See package README for instructions on installing gRPC.

Usage

1
getRProtoBufDefaultObject(fullyQualifiedName)

Arguments

fullyQualifiedName

Type of the message object to return.

Value

Default instance of the Message.

Examples

1
2
3
if (isGRPCAvailable()) {
  getRProtoBufDefaultObject("google.genomics.v1.SearchReadsRequest")
}

Bioconductor/GoogleGenomics documentation built on May 6, 2019, 7:51 a.m.