概要
The Tidy Evaluation skill provides specialized guidance for programming with Tidyverse data-masked functions like dplyr, ggplot2, and tidyr. It enables Claude to assist R developers in creating robust, reusable functions that safely pass column references using the 'embrace' operator ({{}}), handle dynamic dots (...), and resolve variable name collisions with .data and .env pronouns. By bridging the gap between interactive data analysis and programmatic function design, this skill ensures that custom R utilities maintain the intuitive 'tidy' interface while remaining stable and predictable.