powered by
P
P(type, file)
proto.file <- system.file( "proto", "addressbook.proto", package = "RProtoBuf" ) Person <- P( "tutorial.Person", file = proto.file ) Person <- P("tutorial.Person") cat(as.character( Person ))
Run the code above in your browser using DataLab