Package: cereal 0.1.0.9000
cereal: Serialize 'vctrs' Objects to 'JSON'
The 'vctrs' package provides a concept of vector prototype that can be especially useful when deploying models and code. Serialize these object prototypes to 'JSON' so they can be used to check and coerce data in production systems, and deserialize 'JSON' back to the correct object prototypes.
Authors:
cereal_0.1.0.9000.tar.gz
cereal_0.1.0.9000.zip(r-4.5)cereal_0.1.0.9000.zip(r-4.4)cereal_0.1.0.9000.zip(r-4.3)
cereal_0.1.0.9000.tgz(r-4.4-any)cereal_0.1.0.9000.tgz(r-4.3-any)
cereal_0.1.0.9000.tar.gz(r-4.5-noble)cereal_0.1.0.9000.tar.gz(r-4.4-noble)
cereal_0.1.0.9000.tgz(r-4.4-emscripten)cereal_0.1.0.9000.tgz(r-4.3-emscripten)
cereal.pdf |cereal.html✨
cereal/json (API)
NEWS
# Install 'cereal' in R: |
install.packages('cereal', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/cereal/issues
Last updated 1 years agofrom:b88f35aca5. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:cereal_decodecereal_detailscereal_encodecereal_from_jsoncereal_to_json
Dependencies:clifansigluejsonlitelifecyclemagrittrpillarpkgconfigrlangtibbleutf8vctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert a JSON-serialized prototype to a vctrs prototype | cereal_decode |
Find needed details for vctrs prototype | cereal_details |
Encode a vector as JSON | cereal_encode |
Serialize and deserialize the prototype of a data frame to JSON | cereal_from_json cereal_to_json |