Description Usage Arguments Value Examples
Needs gRPC support at package build time and the RProtoBuf package. See package README for instructions on installing gRPC.
1 | getRProtoBufDefaultObject(fullyQualifiedName)
|
fullyQualifiedName |
Type of the message object to return. |
Default instance of the Message.
1 2 3 | if (isGRPCAvailable()) {
getRProtoBufDefaultObject("google.genomics.v1.SearchReadsRequest")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.