RStudio's internship program will run for the third time in 2020.| education.rstudio.com
I recently became a certified RStudio Instructor for both Shiny and the Tidyverse, and thought I would write a little about the experience.| education.rstudio.com
How I went from being an amateur coder to being confident in my software development abilities.| education.rstudio.com
This summer I interned for RStudio’s education team. It was a total departure from my routine as a PhD student, and the perfect brew of the things I enjoy: building stuff, drawing stuff, and teaching stuff.| education.rstudio.com
I spent the summer creating lessons to teach data science to software engineers. Here's what I learned along the way.| education.rstudio.com
This summer I built a blocks based coding language for data transformation and visualization. But interning for RStudio gave me so much more than a project. Here's what I learned.| education.rstudio.com
I spent my summer internship at RStudio trying to reckon with the YAML problem: R Markdown is pretty easy to learn, but students often trip over YAML. Here are some tools to help with teaching this tricky subject.| education.rstudio.com
Welcome to the new RStudio Education website! We are working hard to make this site the place to go for everyone who wants to learn or teach data science with R and RStudio.| education.rstudio.com
Looking for teaching material for intro to #rstats and the #tidyverse? I've made mine easier to reuse. Please help yourself!| education.rstudio.com
RStudio's instructor training and certification program will be running two upcoming online classes in September 2019. We hope you'll consider joining us.| education.rstudio.com
A mentorship experience during undergrad opens up opportunities for learning about text analysis, as well as meta-skills like debugging and reproducibility.| education.rstudio.com
Frustrations and possible solutions for online course development| education.rstudio.com
My experiences with building webpages and websites using some of the simpler R Studio tools.| education.rstudio.com
Learning how to build a shiny dashboard, and through that gaining a deeper understanding of R coding.| education.rstudio.com
Welcome the latest cohort of instructors to complete certification.| education.rstudio.com
The birth and growth of MetaDocencia in Latin America to nurture a community of Spanish-speaking educators in 2020 and beyond.| education.rstudio.com
We are proud to support the Carpentries' efforts to teach basic research computing skills.| education.rstudio.com
Welcome the latest cohort of instructors to complete certification.| education.rstudio.com
Learn, celebrate, and amplify Black voices in informatics, data science, and coding around the world.| education.rstudio.com
Welcome the latest cohort of instructors to complete certification.| education.rstudio.com
These nine fictional characters capture key features of the audiences for data science training.| education.rstudio.com
This October, help us expand an open source, multilingual glossary of data science terms.| education.rstudio.com
Examples of the kinds of questions we ask on the Shiny exam.| education.rstudio.com
Welcome the latest cohort of instructors to complete certification.| education.rstudio.com
A step by step guide to create a package for a learnr tutorial.| education.rstudio.com
A brief history of Data Latam and its role in offering educational resources to Spanish-speaking R users.| education.rstudio.com
Solutions to the exercises in *Mastering Shiny* are being assembled online.| education.rstudio.com
Welcome the latest cohort of instructors to complete certification.| education.rstudio.com
More examples of the kinds of questions we ask on the tidyverse and teaching exams.| education.rstudio.com
There’s so much to discover and learn when working with spreadsheets. As a summer intern at RStudio my project has focused on creating a resource that lies at the intersection between spreadsheets and R, aimed at users who either exclusively use one or the other or whose work lives in the intersection of the two. This project has focused on a plethora of topics from comparing numerous R package functionalities that work with spreadsheets, to writing about tips and tricks on best practices f...| education.rstudio.com
Welcome the latest cohort of instructors to complete certification.| education.rstudio.com
A new open license is intended to prevent unethical use of software.| education.rstudio.com
The palmerpenguins data package is now on CRAN! Here are some examples to highlight why it is a great replacement for the iris dataset.| education.rstudio.com
The gtsummary package is for making beautiful summary tables with R, in R Markdown documents.| education.rstudio.com
Welcome to the fourth (and final!) post in the “Teaching the Tidyverse in 2020” series. So far we have covered getting started, data visualisation, and data wrangling and tidying. Today the focus will be on when to introduce the purrr package, or more widely, the notion of iteration and functional programming. In a nutshell, purrr enhances R’s functional programming toolkit by providing a complete and consistent set of tools for working with functions and vectors.| education.rstudio.com
This is the third blog post in the “Teaching the Tidyverse in 2020” series. The first post was on getting started, the second on data visualisation, and today our focus is data wrangling and tidying. In this post, I’ll highlight of the some new(ish) features of dplyr and tidyr. Over the past year there has been a lot of exciting updates to both of these packages and these updates are well documented in the tidyverse blog.| education.rstudio.com
This is the second blog post in the “Teaching the Tidyverse in 2020” series. The first post was on getting started, and today our focus is data visualisation. In this post, I’ll highlight some new(ish) features of ggplot2 as well as not-so-new features that I see rarely in introductory teaching materials that I think belong there. Let’s start by loading the tidyverse and palmerpenguins packages. library(tidyverse) library(palmerpenguins) We’ll be using the penguins data from the pal...| education.rstudio.com
Beginning August 3rd, we will offer paid premium plans --- learn more about what is changing and what to expect.| education.rstudio.com
The “official” tidyverse has existed since 2016 but most of its components have a much longer history, for example ggplot2 is the older package and has been around for more than 13 years! The tidyverse continues to evolve and some of the recent updates to tidyverse packages are specifically designed to make it easier for new learners to get started with doing data science in R. Whether you’ve been teaching the tidyverse for years or you’re new to it, it’s useful to periodically catc...| education.rstudio.com
A mid-term report on work to make the RStudio IDE more accessible.| education.rstudio.com
Welcome the latest cohort of instructors to complete certification.| education.rstudio.com
A midterm report on a project to help people work with spreadsheets.| education.rstudio.com
How I introduced R to a group of teenagers, and how learnr saved me from boring students to death.| education.rstudio.com
A preview of a research project studying how and how well data scientists find errors.| education.rstudio.com
My personal experience teaching data science at an exclusively Native American community college in New Mexico.| education.rstudio.com
A tour of the rstudio::conf() workshop 'My Organization’s First R Package'| education.rstudio.com
Welcome the latest cohort of instructors to complete certification.| education.rstudio.com
Synopsis of the two-day rstudio::conf(2020) workshop on deep learning.| education.rstudio.com
How and why we built free online interactive courses for learning R.| education.rstudio.com
A collection of new + free + online learning resources for R and Python users.| education.rstudio.com
Why and how I created a learnr tutorial on *Exploring missing data in naniar*| education.rstudio.com
The goal of the flair package is to provide tools for formatting R code in knitted R Markdown files.| education.rstudio.com
Welcome the latest cohort of instructors to complete certification.| education.rstudio.com
Here's what we've learned from the first year of RStudio's instructor training and certification program.| education.rstudio.com
Welcome the latest cohort of instructors to complete certification.| education.rstudio.com
Applications for RStudio's instructor training and certification program have reopened.| education.rstudio.com
Questions and answers about teaching online on short notice.| education.rstudio.com
Many of us are moving our teaching online on short notice, thankfully there are lots of openly available online resources out there.| education.rstudio.com
Our experience teaching classes online may help people who have to do so on short notice.| education.rstudio.com
Our experience (re-)building the R bootcamp and generating interactive R tutorials.| education.rstudio.com
Want to apply to this year's summer intern program? Here's how.| education.rstudio.com
A guide to the content and guiding principles of the Building Tidy Tools Workshop.| education.rstudio.com
What we covered in our rstudio::conf(2020) workshop on data visualization.| education.rstudio.com
Our 2-day intro to becoming a modern R user-full of tidyverse, RMarkdown, GitHub, collaboration & reproducibility.| education.rstudio.com
Here is your roadmap to our two-day rstudio::conf(2020) introductory workshop on machine learning with the tidyverse and tidymodels.| education.rstudio.com
Check out slides and other materials on text mining and modeling using tidy data principles.| education.rstudio.com
This is what we covered in the Tidy Time Series workshop at rstudio::conf2020.| education.rstudio.com
Highlights from the What They Forgot to Teach You About R workshop.| education.rstudio.com
Here are some of the questions we've been using in instructor certification exams.| education.rstudio.com
Was working at RStudio as amazing as you think it would be? Yes. And what you get out of it is more than technical training.| education.rstudio.com
My recommended path to learning R, geared toward software engineers.| education.rstudio.com
Ten ways to ensure users can actually find your work product.| education.rstudio.com
I spent my summer building a new modeling package for R. Here's what I did and what I learned.| education.rstudio.com
This past summer, I had the incredible opportunity to spend the summer as an RStudio intern working with Hadley Wickham on a few new features for the ggplot2 package.| education.rstudio.com