if (FALSE) {
proto.file <- system.file( "proto", "addressbook.proto", package = "RProtoBuf" )
Person <- P( "tutorial.Person", file = proto.file )
}
Person <- P( "tutorial.Person")
romain <- within( new( Person ), {
email <- "francoisromain@free.fr"
id <- 10L
} )
Run the code above in your browser using DataLab