The rcdf Package

R-CMD-check CRAN status

The 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:

Installation

Install from CRAN with:

install.packages("rcdf")

You can also install the development version of rcdf from GitHub with:

# install.packages("devtools")
devtools::install_github("yng-me/rcdf")

Once installed, you can load the package and start working with RCDF files.

library(rcdf)

mirror server hosted at Truenetwork, Russian Federation.