tidy-evaluation

Community

Pass data-masked columns with ease.

Authorjsperger
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill helps R programmers use tidyverse data-masked functions (dplyr, ggplot2, tidyr) without losing reference to data columns, enabling seamless column passing through functions.

Core Features & Use Cases

  • Forward arguments with {{ }} and across() patterns to data-masked contexts.
  • Bridge data-masked functions to tidy-select workflows using across(all_of(...)) or similar patterns.
  • Use .data and .env pronouns to disambiguate variables and avoid collisions; supports dynamic column lists and iterative workflows.

Quick Start

Define a small helper to compute the mean of a masked column: my_mean <- function(data, var) { data |> dplyr::summarise(mean = mean({{ var }})) } mtcars |> my_mean(cyl)

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: tidy-evaluation
Download link: https://github.com/jsperger/llm-r-skills/archive/main.zip#tidy-evaluation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.