r_intro_bc_stats icon indicating copy to clipboard operation
r_intro_bc_stats copied to clipboard

An Introduction to R and RStudio with the tidyverse delivered at BC Stats

Results 3 r_intro_bc_stats issues
Sort by recently updated
recently updated
newest added

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...

ATL

- [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)...

ATL