Recent @DSLC club meetings:

 The Art of Data Visualization with ggplot2: The TidyTuesday Cookbook: R packages: using images for custom facet labels https://youtu.be/BQeJJtplwGY #RStats #DataViz #ggplot2 #TidyTuesday

From the @DSLC β€‹chives:

 Deep Learning with Python (3e): A deep dive on Keras https://youtu.be/N1lmeYt9j7o #AI #DeepLearning #GenAI #PyData

Support the Data Science Learning Community at https://patreon.com/DSLC

The TidyTuesday Cookbook: R packages: using images for custom facet labels (ttcookbook01 10)

YouTube

For #TidyTuesday this week, we're looking at Crossref metadata 🌍️ I decided to look at how Crossref members (with and without ORCID iDs) vary across different regions πŸ“Š

#RStats #DataViz #ggplot2

If you're working with this week's #TidyTuesday data, you might find it helpful to join the region codes with the names for these regions. You can get them from the WorldBank taxonomy (and scrape them using {rvest} in #RStats)
#TidyTuesday but a day late πŸ˜‚ This was a fun map to make in #RStats and there's so much you can do with this data!! I ran out time after fiddling around trying to make a fancy subtitle with city names colored to match their nodes and edges. My dream was find the longest trail (starting from my city) from one #sistercity to its #twinnedcity but...lol...no time for that!

Here's the finished version of this #TidyTuesday chart!

πŸ“Š Sunburst chart made with #ggplot2 in #RStats
βœ‹ Dropdown interaction added with {ggiraph} with a few little JavaScript helpers
πŸ“š Combined with #QuartoPub

Yes, you can make interactives in R without requiring Shiny!

#DataViz

Thanks so much to those who joined me at the Posit Data Science Lab with Libby Heeren and Nick Rohrbaugh!

Here's what I came up with in ~50 minutes of live-coding a #TidyTuesday chart - a parameterised plot, showing which continents twinned cities are from!

A few more things I want to add: tooltips to show city/country names, dropdown to choose a country, and slightly better text contrast!

Code from the lab and resources: https://nrennie.rbind.io/talks/posit-ds-lab/

#DataViz #RStats #ggplot2