README.md

The rcdf Package

A Comprehensive Toolkit for Working with RCDF (Encrypted Parquet) Files in R

R-CMD-check

rcdf provides functions to easily create, read, and manipulate RCDF files (encrypted Parquet format) in R. The package supports robust encryption and decryption workflows, integrates with Arrow for efficient data access, and provides utilities for managing metadata, generating AES keys, and more.

Key features include:

Installation

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

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

Example

This is a basic example which shows you how to solve a common problem:

library(rcdf)
## basic example code


Try the rcdf package in your browser

Any scripts or data that you put into this service are public.

rcdf documentation built on Aug. 28, 2025, 9:09 a.m.