is_extension-methods {RProtoBuf} | R Documentation |
Indicates if a field descriptor is an extension
Description
Indicates if a field descriptor is an extension
See Also
The method is implemented for the FieldDescriptor class
Examples
Person <- P( "tutorial.Person" )
is_extension(Person$id)
[Package RProtoBuf version 0.4.22 Index]