Package: raven.rdf 0.2.0
raven.rdf: An R Interface for Raven DataFrames (Beta0)
Provides an I/O interface between R data.frames and Raven DataFrames. Defines functions to both read and write DataFrame files, as well as serialize/deserialize data.frames/DataFrames.
Authors:
raven.rdf_0.2.0.tar.gz
raven.rdf_0.2.0.zip(r-4.5)raven.rdf_0.2.0.zip(r-4.4)raven.rdf_0.2.0.zip(r-4.3)
raven.rdf_0.2.0.tgz(r-4.4-any)raven.rdf_0.2.0.tgz(r-4.3-any)
raven.rdf_0.2.0.tar.gz(r-4.5-noble)raven.rdf_0.2.0.tar.gz(r-4.4-noble)
raven.rdf_0.2.0.tgz(r-4.4-emscripten)raven.rdf_0.2.0.tgz(r-4.3-emscripten)
raven.rdf.pdf |raven.rdf.html✨
raven.rdf/json (API)
NEWS
# Install 'raven.rdf' in R: |
install.packages('raven.rdf', repos = c('https://raven-computing.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/raven-computing/rdf/issues
Last updated 4 years agofrom:229d452aea. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 13 2024 |
R-4.5-win | OK | Oct 13 2024 |
R-4.5-linux | OK | Oct 13 2024 |
R-4.4-win | OK | Oct 13 2024 |
R-4.4-mac | OK | Oct 13 2024 |
R-4.3-win | OK | Oct 13 2024 |
R-4.3-mac | OK | Oct 13 2024 |
Exports:deserializeDataFramereadDataFrameserializeDataFramewriteDataFrame
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Deserializes the given vector of raw bytes and returns a data.frame object. | deserializeDataFrame |
Reads a DataFrame from the specified file. | readDataFrame |
Serializes the specified data.frame object to a vector of raw bytes. | serializeDataFrame |
Writes the specified data.frame to the specified file. | writeDataFrame |