From b1ba9d37bfe38c093403674ec70d27388bae0369 Mon Sep 17 00:00:00 2001 From: Lichao Chen Date: Wed, 16 Sep 2026 01:43:29 -0700 Subject: [PATCH] docs: remove duplicated word 'in' in forcats content (#10331) Co-authored-by: Lichao Chen <3780722+chenlichao@users.noreply.github.com> --- roadmaps/r-programming/content/forcats@WVgYRRNpsNXBnz7V9JX29.md | 2 +- roadmaps/r/content/forcats@WVgYRRNpsNXBnz7V9JX29.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roadmaps/r-programming/content/forcats@WVgYRRNpsNXBnz7V9JX29.md b/roadmaps/r-programming/content/forcats@WVgYRRNpsNXBnz7V9JX29.md index abb33d874..98780fcec 100644 --- a/roadmaps/r-programming/content/forcats@WVgYRRNpsNXBnz7V9JX29.md +++ b/roadmaps/r-programming/content/forcats@WVgYRRNpsNXBnz7V9JX29.md @@ -1,6 +1,6 @@ # forcats -forcats provides tools for working with factors, R's data type for categorical variables, making common tasks like reordering levels or lumping rare categories together more straightforward than base R. Functions like `fct_reorder()` let you control the order categories appear in in plots and tables, which matters since default factor ordering is often alphabetical rather than meaningful. It's especially useful when preparing categorical data for visualization. +forcats provides tools for working with factors, R's data type for categorical variables, making common tasks like reordering levels or lumping rare categories together more straightforward than base R. Functions like `fct_reorder()` let you control the order categories appear in plots and tables, which matters since default factor ordering is often alphabetical rather than meaningful. It's especially useful when preparing categorical data for visualization. Visit the following resources to learn more: diff --git a/roadmaps/r/content/forcats@WVgYRRNpsNXBnz7V9JX29.md b/roadmaps/r/content/forcats@WVgYRRNpsNXBnz7V9JX29.md index abb33d874..98780fcec 100644 --- a/roadmaps/r/content/forcats@WVgYRRNpsNXBnz7V9JX29.md +++ b/roadmaps/r/content/forcats@WVgYRRNpsNXBnz7V9JX29.md @@ -1,6 +1,6 @@ # forcats -forcats provides tools for working with factors, R's data type for categorical variables, making common tasks like reordering levels or lumping rare categories together more straightforward than base R. Functions like `fct_reorder()` let you control the order categories appear in in plots and tables, which matters since default factor ordering is often alphabetical rather than meaningful. It's especially useful when preparing categorical data for visualization. +forcats provides tools for working with factors, R's data type for categorical variables, making common tasks like reordering levels or lumping rare categories together more straightforward than base R. Functions like `fct_reorder()` let you control the order categories appear in plots and tables, which matters since default factor ordering is often alphabetical rather than meaningful. It's especially useful when preparing categorical data for visualization. Visit the following resources to learn more: