The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
rcdf
PackageA Comprehensive Toolkit for Working with RCDF (Encrypted Parquet) Files in R
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:
arrow
package to read and write Parquet files
seamlessly.You can install the development version of rcdf from GitHub with:
# install.packages("devtools")
::install_github("yng-me/rcdf") devtools
This is a basic example which shows you how to solve a common problem:
library(rcdf)
## basic example code
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.