| getRProtoBufDefaultObject {GoogleGenomics} | R Documentation |
RProtoBuf.Needs gRPC support at package build time and the RProtoBuf package. See package README for instructions on installing gRPC.
getRProtoBufDefaultObject(fullyQualifiedName)
fullyQualifiedName |
Type of the message object to return. |
Default instance of the Message.
if (isGRPCAvailable()) {
getRProtoBufDefaultObject("google.genomics.v1.SearchReadsRequest")
}