TidyX Episode 168: Interactive Base R Plots

In our final episode of Base R plotting, Ellis Hughes and I use the {Lahman} baseball package to explore Hall of Fame Baseball players. In this episode we show how to make your Base R plots more interactive, allowing the user to click on the points within the plot and obtain information specific to the player.

To watch our screen cast, CLICK HERE.

To access our code, CLICK HERE.

TidyX Episode 165: Base R plots Part 1

This week, Ellis Hughes and I discuss how to get started with Base R plots. We’ve done a ton on our screen cast using {ggplot2} and {plotly}. But, there are some cool things you can do with Base R plots to make them look really nice and presentable. In this first part we discuss scatter plots and show how to go from the basic default settings into something that is more presentable.

To watch the screen cast, CLICK HERE.

To access the code, CLICK HERE.

TidyX Episode 163: Advanced Shiny – Creating dynamic links to webpages using DT

In this episode, Ellis Hughes and I use the {DT} package within a {shiny} app and scrape data from hockey-reference.com. We show how you can build a shiny web-app that allows you to insert an html link into the data table so the user can link directly out to the original website if they want to obtain extra data from the source itself.

To access our code, CLICK HERE.

To watch our screen cast, CLICK HERE.