Skip to contents

Encrypt at the vector level

crypt_vector()
Hash a Vector with a Salted Pre-Image

Encrypt in-session

crypt_data()
Pseudonymize Variables in a Data Frame
get_correspondence_tables()
Retrieve Correspondence Tables from the Current Session

Encrypt across many files

The mask-driven workflow. crypt_r() dispatches one task per mask row in parallel and returns immediately; the companions inspect / wait / finalize the job.

crypt_r()
Pseudonymize Variables Across Multiple Files via an Excel Mask
cryptR_status()
Inspect the state of an asynchronous crypt_r() job
cryptR_wait()
Block until an asynchronous crypt_r() job finishes
cryptR_collect()
Finalize an asynchronous crypt_r() job
cryptR_results()
Per-output disk-oriented view of an async crypt_r() job
summary(<cryptR_job>)
Dashboard summary of an asynchronous crypt_r() job
print(<cryptR_job>)
Compact Print Method for a cryptR_job
print(<summary.cryptR_job>)
Compact Print Method for a summary.cryptR_job

Helpers

inspect()
Profile a Data Frame