tidyverse-patterns

Guide developers in writing modern tidyverse R code with dplyr 1.1+ patterns.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/gnoblet/ANA_app_svelte --skill tidyverse-patterns-gnoblet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tidyverse-patterns
Source: https://github.com/gnoblet/ANA_app_svelte/tree/main/.claude/.claude/skills/tidyverse-patterns
Command: npx skills add https://github.com/gnoblet/ANA_app_svelte --skill tidyverse-patterns-gnoblet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Modern tidyverse patterns simplify and accelerate R development by promoting up-to-date APIs, consistent style, and readable pipelines.

Core Features & Use Cases

  • Clear guidance on using current tidyverse APIs (dplyr 1.1+, native pipes, and across/pick)
  • Practical migration tips from older patterns to modern equivalents
  • Real-world examples for data wrangling, grouping, and functional programming with purrr

Quick Start

Start by applying modern tidyverse patterns to refactor an existing data-cleaning script for clarity and performance

Frequently Asked Questions about tidyverse-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I refactor R code to use modern tidyverse patterns?

The best way to write tidyverse R code involves using current dplyr 1.1+ APIs, native pipes, and functional programming with purrr. This approach promotes consistent style and readable pipelines for everyday data wrangling tasks.

How do I migrate from older dplyr pattern functions to current tidyverse APIs?

Migrating to current tidyverse APIs involves replacing older functions with modern equivalents like across and pick. Practical migration tips and real-world examples help update data grouping and wrangling scripts to dplyr 1.1+ standards.

Does this tidyverse guidance work with R 4.3 and dplyr 1.1?

Yes, the tidyverse guidance ensures compatibility with dplyr 1.1+ and R 4.3+. It provides up-to-date APIs and best practices specifically designed for these versions to streamline your data analysis projects.

What is the best way to apply functional programming with purrr in R?

Functional programming with purrr in R is applied through modern tidyverse patterns for data manipulation. It uses clear guidance and practical rules to iterate over data structures efficiently within readable pipelines.

When should I use native pipes instead of older tidyverse patterns in R?

You should use native pipes when writing modern tidyverse R code to ensure compatibility with R 4.3+. Native pipes replace older syntax to promote consistent style and accelerate data wrangling workflows.