Package: rcdf 0.1.6

rcdf: A Comprehensive Toolkit for Working with Encrypted Parquet Files

Utilities for reading, writing, and managing RCDF files, including encryption and decryption support. It offers a flexible interface for handling data stored in encrypted Parquet format, along with metadata extraction, key management, and secure operations using AES and RSA encryptions.

Authors:Bhas Abdulsamad [aut, cre, cph]

rcdf_0.1.6.tar.gz
rcdf_0.1.6.zip(r-4.7)rcdf_0.1.6.zip(r-4.6)rcdf_0.1.6.zip(r-4.5)
rcdf_0.1.6.tgz(r-4.6-any)rcdf_0.1.6.tgz(r-4.5-any)
rcdf_0.1.6.tar.gz(r-4.7-any)rcdf_0.1.6.tar.gz(r-4.6-any)
rcdf_0.1.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
rcdf/json (API)

# Install 'rcdf' in R:
install.packages('rcdf', repos = c('https://yng-me.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/yng-me/rcdf/issues

Pkgdown/docs site:https://yng-me.github.io

On CRAN:

Conda:

6.27 score 3 stars 5 scripts 4.1k downloads 28 exports 35 dependencies

Last updated from:8324555fa6. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK201
source / vignettesOK219
linux-release-x86_64OK179
macos-release-arm64OK116
macos-oldrel-arm64OK137
windows-develOK113
windows-releaseOK106
windows-oldrelOK108
wasm-releaseOK140

Exports:add_metadataas_rcdfcollectdecrypt_stringencrypt_stringgenerate_pwgenerate_rsa_keysget_attrget_attrsget_rcdf_metadatamerge_rcdfrcdf_listread_dot_envread_envread_parquetread_parquet_tblread_rcdfwrite_parquetwrite_rcdfwrite_rcdf_aswrite_rcdf_csvwrite_rcdf_dtawrite_rcdf_jsonwrite_rcdf_parquetwrite_rcdf_savwrite_rcdf_sqlitewrite_rcdf_tsvwrite_rcdf_xlsx

Dependencies:askpassbitbit64clicliprcpp11crayonDBIdplyrduckdbforcatsgenericsgluehavenhmsjsonlitelifecyclemagrittropensslpillarpkgconfigprettyunitsprogressR6readrrlangsystibbletidyselecttzdbutf8vctrsvroomwithrzip

Working with multiple RCDF files
Scenario 1 — Load multiple files into R | Scenario 2 — Merge files into a new RCDF file

Last update: 2026-05-06
Started: 2026-02-23

Getting Started with rcdf
What is RCDF? | Setup | Step 1 — Create your encryption keys | Step 2 — Save your data | Step 3 — Read the data back | Reading a whole folder at once | Step 4 — Export to other formats | Checking a file without decrypting it | Next steps

Last update: 2026-05-06
Started: 2025-08-10