rcdf
PackageThe rcdf
package is a comprehensive toolkit for securely
working with RCDF (encrypted Parquet) files in R. RCDF is a custom data
format designed to provide strong encryption and metadata management for
sensitive datasets. With rcdf
, users can easily handle
encrypted data, including reading, writing, and exporting data stored in
this secure format.
Key features include:
arrow
package to read and write Parquet files
seamlessly.Install from CRAN with:
install.packages("rcdf")
You can also install the development version of rcdf
from GitHub with:
# install.packages("devtools")
::install_github("yng-me/rcdf") devtools
Once installed, you can load the package and start working with RCDF files.
library(rcdf)