metaprogramming
Installation
SKILL.md
R Metaprogramming with rlang
Metaprogramming is the ability to defuse, create, and inject R expressions. The core pattern is defuse-and-inject: capture code as data, optionally transform it, then inject it into another context for evaluation.