Pure C++ implementations for reading and writing several common data formats based on Google protocol-buffers. Currently supports 'rexp.proto' for serialized R objects, 'geobuf.proto' for binary geojson, and 'mvt.proto' for vector tiles. This package uses the auto-generated C++ code by protobuf-compiler, hence the entire serialization is optimized at compile time. The 'RProtoBuf' package on the other hand uses the protobuf runtime library to provide a general- purpose toolkit for reading and writing arbitrary protocol-buffer data in R.
Package details |
|
---|---|
Author | Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>) |
Maintainer | Jeroen Ooms <jeroenooms@gmail.com> |
License | MIT + file LICENSE |
Version | 2.3.1 |
URL | https://github.com/jeroen/protolite https://jeroen.r-universe.dev/protolite |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.