Tidy Evaluation

Use when programming with tidyverse data-masked functions (dplyr, ggplot2, tidyr) and need to pass column references through functions. Covers: forwarding patterns with {{ and ..., names patterns with .data/.env pronouns, bridge patterns with across()/all_of(), double evaluation and ambiguity pitfalls. Does NOT cover: expression mechanics (r-metaprogramming), error handling (rlang-conditions), function design (designing-tidy-r-functions).

jsperger 356e21f 9.2 KB Updated

File contents

jsperger/llm-r-skills/tree/main/skills/tidy-evaluation commit 356e21f5ef

Frequently asked questions

npx skillmds@latest add jsperger/tidy-evaluation