Explore our resources
Filter by:
666 Resources
Video
How to win an AI Hackathon, without using AI
Once “big data” is thrown into the mix, the AI solution is all but certain. But is AI always needed?
Video
How Vibrant Emotional Health Connected Siloed Data Sources and Streamlined Reporting Using R
Vibrant Emotional Health is the mental health not-for-profit behind the US National Suicide Prevention Lifeline, New York City's NYC Well program, and various other emotional health contact center...
Video
If you build it, they will come...but then what? Facilitating communities of practice in R
Why did you learn R? Chances are good that if you're an attendee of rstudio::conf, you've found a community of R coders who are willing to share their knowledge and learn with you.
Video
Journalism with RStudio, R, and the Tidyverse
The Associated Press data team primarily uses R and the Tidyverse as the main tool for doing data processing and analysis.
Video
Learning R with humorous side projects
What should you name a new dinosaur discovery, according to neural networks? Which season of The Golden Girls should you watch when playing a drinking game?
Video
Making better spaghetti (plots): Exploring the individuals in longitudinal data with the brolgar pac
There are two main challenges of working with longitudinal (panel) data: 1) Visualising the data, and 2) Understanding the model.
Video
Meet You Where You R
At RStudio, we wake up and go to bed thinking about the positive impact that open source work and data science has had and can have on the world.
Video
Parallel computing with R using foreach, future, and other packages
Steve Weston's foreach package defines a simple but powerful framework for map/reduce and list-comprehension-style parallel computation in R.
Video
Practical Plumber Patterns
Plumber is a package that allows R users to create APIs out of R functions. This flexible approach allows R processes to be accessed by toolchains and frameworks outside of R.