R Language
R Language | News, how-tos, features, reviews, and videos
Create a free data dictionary with R
Have data sets scattered all over the place? Pull them into a single, robust catalog with the pointblank R package and a Quarto document.
Wasm comes to R
Posit, formerly know as RStudio, has debuted an early version of an R package, aimed at developers, that brings WebAssembly (Wasm) to R.
Data Workshops for Ukraine: Learn a skill and support a cause
The two-hour workshops offer training in data visualization and analysis with R, Python, and SQL and cost just $20 or €20. Next up is ChatGPT in R.
How to merge data in R using R merge, dplyr, or data.table
See how to join two data sets by one or more common columns using base R’s merge function, dplyr join functions, and the speedy data.table package.
8 programming languages we love to hate—but can’t live without
Tools masquerading as languages, maddening syntax, dusty old code that just won’t die—here's what has us shaking our fists.
How to create your own RSS reader with R
Sure, you could use one of the commercial or open-source RSS readers. But isn’t it more fun to code your own?
Full-text search your own Mastodon posts with R
Some Twitter users migrating to Mastodon miss being able to run full-text searches of their own toots. Here's how to search your own posts using R and the rtoots package.
12 ggplot extensions for snazzier R graphics
For everything from styling text and customizing color palettes to creating your own geoms, these ggplot2 add-ons deserve a place in your R data visualization toolkit. Plus, a bonus list of packages to explore on your own.
A beginner's guide to using Observable JavaScript, R, and Python with Quarto
Using Quarto with Observable JavaScript is a great solution for R and Python users who want to create more interactive and visually engaging reports.
Learn Observable JavaScript with Observable notebooks
Free, hosted Observable notebooks provide an interactive experience and lots of free, open-source Observable JS code you can reuse and learn from. Here's how to get started.
Data visualization with Observable JavaScript
Learn how to make the most of Observable JavaScript and the Observable Plot library, including a step-by-step guide to eight basic data visualization tasks in Plot.
How to create Word docs from R or Python with Quarto
It’s easy to automate the creation of Word documents with Quarto, a free, open-source technical publishing system that works with R, Python, and other programming languages.
What is Quarto? RStudio rolls out next-generation R Markdown
R Markdown isn’t going away. But the Quarto publishing platform is as friendly to Python, Julia, and Observable JavaScript as it is to R.
RStudio changes name to Posit, expands focus to include Python and VS Code
RStudio is updating its name as it aims to expand use of its commercial products among data science teams using both Python and R.
How to attend RStudio Conference 2022 remotely for free
Keynotes and presentations will be streamed live. Plus, there will be a Discord server for virtual attendees.
shinytest2, Rhino R Shiny framework top news at Appsilon conference
An updated Shiny testing package and new Shiny framework were featured at this week's Shiny conference.
Easier ggplot with ggcharts in R
Create R data visualizations easily with a few lines of simple code using the ggcharts R package. Plus, the resulting charts and graphs are customizable ggplot objects.
video
How to make easier ggplot2 with ggcharts
Make ggplot2 graphs with a lot less code using the ggcharts package.