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

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

02

Argset cross-products

Fan a single action function over many argsets to sweep strata, variables, or scenarios systematically from one definition.

03

Cache & parallelise

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