tidy_explained's profile picture. A weekly screencast to explain how R code and concepts work with @ellis_hughes and @OSPpatrick

TidyX Screencast

@tidy_explained

A weekly screencast to explain how R code and concepts work with @ellis_hughes and @OSPpatrick

TidyX Screencast reposted

TidyX Episode 185: Independent Days with purrr This week learn advanced data wrangling with {purrr} & look at Independence Days around the world! Join @OSPpatrick & me in analyzing the most often celebrated holiday across the world Bit.ly/TidyX_Ep185 #RStats #tidyverse

ellis_hughes's tweet card. Independence Days with {purrr} | TidyX Episode 185

youtube.com

YouTube

Independence Days with {purrr} | TidyX Episode 185


TidyX Screencast reposted

TidyX Episode 182 – Turbocharge Your Simulations with Parallel Processing! This week @ellis_hughes & I walk through code to show to use parallel processing to speed up your simulations. optimumsportsperformance.com/blog/tidyx-epi…


TidyX Screencast reposted

🚀 Dive into the magic of making expressions in for loops with #TidyX Episode 170! 🧙‍♂️✨ Explore advanced coding techniques and elevate your skills in writing tidyverse based functions and nonstandard evaluation! bit.ly/TidyX_Ep170 #RStats #DataScience #CodingTips

ellis_hughes's tweet card. Beyond Basic For loops: Tidy Expressions | TidyX Episode 170

youtube.com

YouTube

Beyond Basic For loops: Tidy Expressions | TidyX Episode 170


TidyX Screencast reposted

Step up to the plate with #TidyX Episode 169! ⚾ Join @OSPpatrick and Me for a rapid 20-minute data prep and analysis to predict the @MLB Hall of Fame Class of 2024 Using #tidyverse and #rstats we forecast eligible player probabilities @baseballhall bit.ly/TidyX_Ep169


TidyX Screencast reposted

Base #rstats distribution plotting tools are surprisingly easy and powerful - easily generate box, bar, histogram and density plots using only a handful of functions. Join @OSPpatrick and Me as we use the lahman batting dataset to look at batter hits Bit.ly/TidyX_Ep167

ellis_hughes's tweet card. Grand Slam - Knocking it Out of the Park with Base R Density Plots |...

youtube.com

YouTube

Grand Slam - Knocking it Out of the Park with Base R Density Plots |...


TidyX Screencast reposted

TidyX Episode 166: Line plots in Base R @ellis_hughes & I continue working with base R plotting and move on to discussing building line plots for trend and time series data. optimumsportsperformance.com/blog/tidyx-epi…


TidyX Screencast reposted

Now that #rstat skills are intermediate level I love consuming all the content that previously I couldn’t follow. The @tidy_explained team produces such variety and depth of content. Honestly something for everyone. There YouTube channel is fantastic

TidyX Episode 161: ShinyLive – A serverless shiny option This week, @ellis_hughes & I discuss the new ShinyLive, which offers a neat way to deploy a serverless shiny app! Learn with us as we work on creating a new shiny app! optimumsportsperformance.com/blog/tidyx-epi…



TidyX Screencast reposted

TidyX Episode 165: Base R plots Part 1 This week, @ellis_hughes & I delve into the world of Base R plots. You can do some fun things with Base R plots. In this episode we build up a scatter plot and show how to make it look presentable. optimumsportsperformance.com/blog/tidyx-epi…


TidyX Screencast reposted

Dynamically Linked Shiny apps? Send information from one Shiny app to another?? Join @OSPpatrick and I for a linked TidyX showing how to run and link together multiple Shiny apps using url queries! Bit.ly/TidyX_Ep164 #rstats #Shiny #hockey #apps

ellis_hughes's tweet card. Advanced Shiny - Running Multiple Linked Shiny Apps | TidyX Episode...

youtube.com

YouTube

Advanced Shiny - Running Multiple Linked Shiny Apps | TidyX Episode...


TidyX Screencast reposted

Continuing webscraping with #shiny, @OSPpatrick and I scrape player level hockey data, and generate a tsble.of summary stats. Included in the table are hyperlinks back to the players that we construct and have datatable render! #rstats #datascience Bit.ly/TidyX_Ep163

ellis_hughes's tweet card. Creating Player url links in datatable and Shiny | TidyX Episode 163

youtube.com

YouTube

Creating Player url links in datatable and Shiny | TidyX Episode 163


TidyX Screencast reposted

TidyX Episode 161: ShinyLive – A serverless shiny option This week, @ellis_hughes & I discuss the new ShinyLive, which offers a neat way to deploy a serverless shiny app! Learn with us as we work on creating a new shiny app! optimumsportsperformance.com/blog/tidyx-epi…


TidyX Screencast reposted

TidyX Episode 160: Prepopulate a shiny app url with user defined parameters This week, @ellis_hughes & I discuss building a {shiny} app that allows you to prepopulate user defined parameters from a URL so that your app opens with the data the user wants optimumsportsperformance.com/blog/tidyx-epi…

OSPpatrick's tweet image. TidyX Episode 160: Prepopulate a shiny app url with user defined parameters

This week, @ellis_hughes & I discuss building a {shiny} app that allows you to prepopulate user defined parameters from a URL so that your app opens with the data the user wants

optimumsportsperformance.com/blog/tidyx-epi…

TidyX Screencast reposted

Pre-populating your shiny app with specific values your specific user is interested in sounds like a pipe dream... But we are here to tell you it isn't! Join @OSPpatrick and Me for epsiode 160 of #tidyX, covering how to update your shiny from the url! Bit.ly/TidyX_Ep160

ellis_hughes's tweet card. Shiny URL Queries | TidyX Episode 160

youtube.com

YouTube

Shiny URL Queries | TidyX Episode 160


TidyX Screencast reposted

This week @OSPpatrick and I talk about Posit::Conf 2023 - I had the pleasure of attending and speaking, and we highlight some great talks in @jcheng 's announcement on serverless shiny and @thomas_mock 's discussing Github Copilot's integration! bit.ly/TidyX_PositCon…


TidyX Screencast reposted

I'm feeling a little...testy. That is, I feel like testing my #rstats package! Join @OSPpatrick and I for a packed episode on how to write tests for your custom package. We discuss starting with using {testthat}, and how to approach expectations. Bit.ly/TidyX_Ep159


TidyX Screencast reposted

TidyX Episode 158: Writing Package Vignettes This week, @ellis_hughes & I discuss how to set up vignettes for your custom R packages to provide users with a tutorial and uses cases of the functions you've developed. optimumsportsperformance.com/blog/tidyx-epi…


TidyX Screencast reposted

Vignettes are a love note to your future users, instructing them on how your #rstats package is intended to be used, providing long form examples of use cases and unique ways of applying your functions. This week @OSPpatrick and I write a love note. Bit.ly/TidyX_Ep158

ellis_hughes's tweet card. R Packages - Write a vignette for yourself | TidyX Episode 158

youtube.com

YouTube

R Packages - Write a vignette for yourself | TidyX Episode 158


TidyX Screencast reposted

TidyX Episode 157: Building examples into your R packages @ellis_hughes & I show how to add examples to the help pages for the bespoke functions in your R package. optimumsportsperformance.com/blog/tidyx-epi…


TidyX Screencast reposted

Check out how you can help your fellow useRs (and your future self) by adding examples and links to other functions in your custom #rstats package! @OSPpatrick and I cover how examples might impact your documentation approach! Bit.ly/TidyX_Ep157

ellis_hughes's tweet card. R Packages - Making an example of your Package | TidyX Episode 157

youtube.com

YouTube

R Packages - Making an example of your Package | TidyX Episode 157


TidyX Screencast reposted

We’d love to hear from you!! 👇🏻👇🏻👇🏻

I'd love to hear what has been your favorite @tidy_explained episode so far! With 156 episodes, there is lots to pick from! I am proud of what @OSPpatrick and I have made, and look forward to continuing to learn and share with our community! #rstats #TidyX



United States Trends

Loading...

Something went wrong.


Something went wrong.