Explore our resources
Filter by:
671 Resources
Video
Don’t let long running tasks hang your users Introducing ipc for Shiny
Long running tasks in Shiny are not cancelable and typically lock the user interface while running. This talk introduces the ipc package, which helps you build dynamic applications when...
Video
Effective use of Shiny modules in application development
As a Shiny application grows in scale, organizing code into reusable and streamlined components becomes vital to manage future enhancements and avoid unnecessary duplication.
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
Getting it right: Writing reliable and maintainable R code
How can you tell that your scripts, applications, and package functions are working as expected? Are you sure that when you make changes in one part of the code, it won't break something in...
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
Introductory statistics with R: Easing the transition to software for beginner students
In this talk, we will present our approach to incorporating R and RStudio into a 10-week introductory statistics course for non-majors Cal Poly. Our primary contribution will be to...