Automating checks of *handcrafted* Word tables with {docxtractr} | R-bloggers % mutate(across(!starts_with(“worker”), as.numeric)) table_2_1 ## # A tibble: 4 × 10 ## worker_type m_2020 f_2020 t_2020 m_2021 f_2021 t_2021 m_2022 f_2022 t_2022…
Author: 24-7
The Road To ggplot2 In WebR, Part 1: The Road Is Paved With Good Base R Plots
I have graphics working in Vanilla JS WebR, now, and I’ll cover the path to that in two parts. The intent was to jump straight into ggplot2-land, but, as you saw in…
GooglyPlusPlus: Computing T20 player’s Win Probability Contribution
In this post, I compute each batsman’s or bowler’s Win Probability Contribution (WPC) in a T20 match. This metric captures by how much the player (batsman or bowler) changed/impacted the Win Probability…
WebR WASM R Package Load/Library Benchmarking Rabbit Hole
I have a post coming on using base and {ggplot2} plots in VanillaJS WebR, but after posting some bits on social media regarding how slow {ggplot2} is to deal with, I had…
rOpenSci News Digest, March 2023
Dear rOpenSci friends, it’s time for our monthly news roundup! You can read this post on our blog. Now let’s dive into the activity at and around rOpenSci! rOpenSci HQ Meeting the…
Announcing R/Medicine 2023!
[This article was first published on R Consortium, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click…
How B2B CMOs Can Navigate the Economic Downturn in 2023
As we head into 2023, the global economy is still recovering from the impact of the pandemic and heading into yet another downturn. The uncertainties and challenges of the past two years…
Scraping financial data from finviz with R and rvest package
[This article was first published on R | TypeThePipe, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers?…
Kaizen Project for R Package Documentation
[This article was first published on R Consortium, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click…
How to customise the style of your {shinydashboard} Shiny app
Using {shinydashboard} is great for creating dashboard prototypes with a header-sidebar-body layout. You can quickly mock up a professional looking dashboard containing a variety of outputs, including plots and tables. However, after…