dplyr's pick() function lets you select columns *within select(), count(), or mutate() activities *. For ex.
df %>% mutate(rank = dense_rank(pick(x, y)))
OR
df %>% count(pick(starts_with("z")))

dplyr's pick() function lets you select columns *within select(), count(), or mutate() activities *. For ex.
df %>% mutate(rank = dense_rank(pick(x, y)))
OR
df %>% count(pick(starts_with("z")))
Creating publication-ready plots in R is easier than ever with ggpubr. This extension for ggplot2 simplifies the process of generating clean and professional graphics, especially for exploratory data analysis and reporting.
The attached visual, which I created using ggpubr, demonstrates its versatility.
Additional information: https://statisticsglobe.com/online-course-data-visualization-ggplot2-r
Curator: @noamross
https://DSLC.io welcomes you to week 18 of #TidyTuesday! We're exploring National Science Foundation Grant Terminations under the Trump Administration!
https://tidytues.day/2025/2025-05-06
https://www.nytimes.com/2025/04/22/science/trump-national-science-foundation-grants.html
Submit a dataset! https://github.com/rfordatascience/tidytuesday/blob/main/.github/CONTRIBUTING.md
Working on feeling more comfortable with Python. Figured out how to install Python and start a project with `uv`, which seems like the thing to learn. Going through the `polars` "getting started" now, which also seems like a good place to start coming from a strong #tidyverse background.
I'll take recommendations for an #rstats expert trying to get more comfortable with #Python !
Curator: @minecr
https://DSLC.io welcomes you to week 17 of #TidyTuesday! We're exploring useR! 2025 program!
https://tidytues.day/2025/2025-04-29
https://user2025.r-project.org/
Submit a dataset! https://github.com/rfordatascience/tidytuesday/blob/main/.github/CONTRIBUTING.md
If you are looking for data processors to get your data in line for the algo in question, then my #R #package { healthyR.ai } has you covered. These are based on using #tidymodels #parsnip from the #tidyverse
https://www.spsanderson.com/healthyR.ai/reference/index.html#data-preprocessors
If you are looking for data processors to get your data in line for the algo in question, then my #R #package { healthyR.ai } has you covered. These are based on using #tidymodels #parsnip from the #tidyverse
https://www.spsanderson.com/healthyR.ai/reference/index.html#data-preprocessors
Curator: @jonthegeek
https://DSLC.io welcomes you to week 16 of #TidyTuesday! We're exploring Fatal Car Crashes on 4/20!
https://tidytues.day/2025/2025-04-22
https://osf.io/preprints/osf/tzcsy_v1
Submit a dataset! https://github.com/rfordatascience/tidytuesday/blob/main/.github/CONTRIBUTING.md
@wronglang I also see that when I use rvest and the read_html() function it just goes on and on. so strange. maybe I need an RSelenium approach
I'm trying to download pdf's of medical policy but having issues, anyone?
Do you need better performance than what the standard #tidyverse functions have? {collapse} might be worth a look: https://sebkrantz.github.io/collapse/ #rstats #optimization
Curator: @jonthegeek
https://DSLC.io welcomes you to week 15 of #TidyTuesday! We're exploring Base R Penguins!
https://tidytues.day/2025/2025-04-15
https://zenodo.org/records/14902740
Submit a dataset! https://github.com/rfordatascience/tidytuesday/blob/main/.github/CONTRIBUTING.md
You can also use it with the #tidyverse as that is how it was designed and build off of. Mostly #parsnip #R #Programming
Curator: @jonthegeek
https://DSLC.io welcomes you to week 14 of #TidyTuesday! We're exploring Timely and Effective Care by US State!
https://tidytues.day/2025/2025-04-08
https://www.visualcapitalist.com/mapped-emergency-room-visit-times-by-state/
Submit a dataset! https://github.com/rfordatascience/tidytuesday/blob/main/.github/CONTRIBUTING.md
"It is worth emphasizing that tinyplot requires only base R. It has zero recursive dependencies and we have been careful to keep its installation size down to a minimum."
That's my kind of package. Let's go Tinyverse!
New blog post on the Tidyverse blog: Learning the #tidyverse with the help of #ai tools #rstats
ggplot2 is the gold standard when it comes to data visualization.
The image in this post showcases examples of ggplot2 visualizations, demonstrating its versatility to create a wide range of plots with nearly limitless customization options.
Check out my online course, "Data Visualization in R Using ggplot2 & Friends," for a deeper dive into creating stunning plots with ggplot2.
More info: https://statisticsglobe.com/online-course-data-visualization-ggplot2-r
gganimate is a powerful extension for ggplot2 that transforms static visualizations into dynamic animations. By adding a time dimension, it allows you to illustrate trends, changes, and patterns in your data more effectively.
The attached animated visualization, which I created with gganimate, showcases a ranked bar chart of the top 3 countries for each year based on inflation since 1980.
More information: https://statisticsglobe.com/online-course-data-visualization-ggplot2-r
https://DSLC.io welcomes you to week 13 of #TidyTuesday! We're exploring Pokemon!
https://tidytues.day/2025/2025-04-01
https://medium.com/@hanahshih46/pokemon-data-visualization-and-analysis-with-r-60970c8e37f4
Submit a dataset! https://github.com/rfordatascience/tidytuesday/blob/main/.github/CONTRIBUTING.md
Understanding probability distributions is key to making informed decisions in statistics and data science. Probability distributions describe how the values of a variable are expected to behave, making them crucial for interpreting data and predicting outcomes.
The visualization shown in this post illustrates the distributions.
Further details: https://statisticsglobe.com/online-course-statistical-methods-r