Skip to contents

R package · Analysis planning

Load data once, then run one function across a cross-product of argsets — strata, exposures, outcomes — with hash-based caching and optional parallel execution.

Get started Browse the reference →

plnr logo

What’s inside

01

Load once, reuse

Add datasets to the plan and share them across every analysis, instead of re-reading the same data for each run.

02

Argset cross-products

Apply one action function to many argsets. One definition then covers every stratum, variable or scenario.

03

Cache and parallelize

Hash-based caching tracks data changes. Run all argsets in parallel when you need the throughput.