Videos

Learn data science with Posit videos

Explore Posit’s video library for R, Python, and data science tutorials. Learn best practices, workflows, and techniques from our experts.

people working on laptop

Explore our resources

Filter by:

670 Resources
Video

Empowering a data team with RStudio addins

RStudio addins provide a mechanism to extend RStudio in various ways. Addins can interact with the RStudio IDE through RStudio API. It can also provide users a graphical interface with...
Video

Integrating React.js and Shiny

React.js is a thriving JavaScript library that eases encapsulating and sharing sophisticated component libraries. The React.js ecosystem is filled with components for doing everything from...
Video

Introducing mlflow

We introduce the R API for MLflow, which is an open source platform for managing the machine learning lifecycle. We demonstrate each component of the platform–Tracking, Projects, and...
Video

Introducing the gt package

With the gt package, anyone can make great-looking display tables. Though the package is still early in development, you can do some really great things with it right now!
Video

It depends: A dialog about dependencies

Software dependencies can often be a double-edged sword. On one hand, they let you take advantage of others' work, giving your software marvelous new features and reducing bugs.