listPeopleAsList(filename, verbose=FALSE)
listPeopleAsDataFrame(filename, verbose=FALSE)
listPeopelAsDataFrame
, a data.frame combining the id,name,email and
id,phoneType,phoneNumber data sets. For listPeopelAsList
, a
nested list combining the id, name, email and
phoneType, phoneNumber data sets.list_people.cc
example
provided with the ProtoBuf compiler. Protocol Buffers is a serialization format with an interface
description language developed by Google. The original Google implementation
for C++, Java and Python is available under the BSD license at
This function is a first attempt of importing binary data from ProtoBuf files into R.
print(listPeopleAsList())
print(listPeopleAsDataFrame())
Run the code above in your browser using DataLab