R/text_format.R

setGeneric( "toTextFormat", function( x ) {
    standardGeneric( "toTextFormat" )
} )
setMethod( "toTextFormat", c( x = "Message"),
function(x) {
    .Call( "Message__print_text_format", x@pointer, PACKAGE = "RProtoBuf" )
} )

Try the RProtoBuf package in your browser

Any scripts or data that you put into this service are public.

RProtoBuf documentation built on Nov. 3, 2022, 9:06 a.m.