Explore our resources
Filter by:
666 Resources
Video
TidyBlocks: using the language of the Tidyverse in a blocks-based interface
Blocks-based coding environments are a popular way to introduce programming to novices. Instead of typing in code, users click blocks together to create loops, conditionals, and expressions.
Video
Open Source Software for Data Science
Open-source software is fundamentally necessary to ensure that the tools of data science are broadly accessible, and to provide a reliable and trustworthy foundation for reproducible research.
Video
Auto-magic Package Development
Vega-lite is a high-level grammar of interactive graphics implemented in Javascript; it renders interactive visualizations in the browser based on a JSON specification.
Video
Best practices for programming with ggplot2
The ggplot2 package is widely acknowledged as a powerful, dynamic, and easy-to-learn graphics framework when used in an interactive environment.
Video
Bridging the Gap between SQL and R
Like it or not, SQL is the closest thing we have to a universal language for working with structured data. Celebrating its 50th birthday in 2020, SQL today integrates with thousands of applications...
Video
Building a Medical Device with R
The InsightRX precision dosing platform tailors in-patient drug doses to individual patients' characteristics and biomarkers, leveraging pharmacological models of drug metabolism and drug effects.
Video
Data Science in Meatspace
The Data Science community is dominated by folks doing amazing work with data that starts in and never leaves cyberspace.
Video
Don’t repeat yourself, talk to yourself! Repeated reporting in the R universe
If you’re responsible for analyses that need updating or repeating on a semi-regular basis, you might find yourself doing the same work over and over again.