r_intro_bc_stats
r_intro_bc_stats copied to clipboard
An Introduction to R and RStudio with the tidyverse delivered at BC Stats
Things that went well: * **RStudio cloud** worked flawlessly. Multiple people told me they wish this had been the way they had received their first exposure to R/RStudio because it...
- [x] 01-Getting-Started needs pdf regenerated - [x] 01-Getting-Started needs better transition from previous section, e.g. should already have project open in cloud - what's the best way to get...
It reads: > I want to find the country with biggest jump in life expectancy (between any two consecutive records) for each continent. A solution is: ```{r} gapminder %>% group_by(country)...