Curated Video
Learning R for Data Visualization (Video 4)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Learning R for Data Visualization (Video 5)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
IDG TECHtalk
How to send Outlook email, Teams messages and more from R
Microsoft’s Azure team has developed Microsoft365R, which makes it possible to send emails (and Teams messages!) with R. It's a package that interacts with Microsoft 365 APIs. Connect to your Microsoft 365 account with R and send Outlook...
IDG TECHtalk
R tip: Sparklines in HTML tables
Learn how to add sparklines to HTML tables in R with the DT and sparkline packages. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Curated Video
Learning R for Data Visualization (Video 6)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
IDG TECHtalk
R colors and palettes: tips and tools
See how to display, search, and use 600+ built-in R colors and 2000+ palettes -- including a new package and interactive Shiny app. Plus, tips on creating your own palettes and palette functions.
IDG TECHtalk
How to merge in R
See how to merge data in R three different ways: with base R’s merge function, dplyr’s family of join functions, and the data.table package.
IDG TECHtalk
R tip: Quick Interactive Tables
See how to create an interactive HTML table with one line of code. Plus, plenty of customizations. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
IDG TECHtalk
How to create Drilldown graphs with R and highcharter
See how to create an interactive bar graph with drilldowns using R and the highcharter package.
IDG TECHtalk
How to code an interactive shiny app to search Twitter: Do More With R bonus video
earn how to turn code from Episode 41 into an interactive shiny Web app.
IDG TECHtalk
How to add color to your ggplot2 text in R
See how to style your headlines, axis text, and more in your ggplot graphs with the R ggtext package.
Curated Video
Learning R for Data Visualization (Video 15)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Learning R for Data Visualization (Video 14)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
IDG TECHtalk
R tip: R Markdown tutorial
In this 10th episode of Do More with R, learn how to create HTML, Word docs, PowerPoint presentations, and more that combine text, graphics, and R code. Leave a comment and let us know what tips you’d like to see in a future Do More With...
IDG TECHtalk
R tip: Animations in R
In this eighth episode of Do More with R, learn how to animate data over time with R and the gganimate and ggplot2 packages. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
Curated Video
Learning R for Data Visualization (Video 12)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
IDG TECHtalk
Tidy eval in R: A simple example
Do you want to use ggplot2, dplyr, or other tidyverse functions in your own functions? This easy example shows how.
IDG TECHtalk
How to reshape data with tidyr’s new pivot functions
See examples of tidyr’s new pivot_longer and pivot_wider functions.
Curated Video
Learning R for Data Visualization (Video 28)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
IDG TECHtalk
Astonishingly Easy Mapping with R and mapview
One short line of code give you a full-featured interactive choropleth map – complete with rollover text and popup data – thanks to the mapview package. See how simple it is to explore geospatial data in R.
IDG TECHtalk
How to customize ggplot with bbplot
Overwhelmed by all the ways you can customize a ggplot2 data visualization? With add-on packages like the BBC’s bbplot, you can use themes created by design professionals – or tweak them to make them your own.
IDG TECHtalk
R tip: Drag-and-drop ggplot
See how the new graphical user interface for ggplot2 works, thanks to the equisse R package. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
IDG TECHtalk
R tip: Quick lookup tables with named vectors
Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
IDG TECHtalk
Get month-over-month comparisons in R
See various ways to calculate month-over-month, week-over-week, and year-over-year comparisons in R using dplyr and lubridate.