In this project we want to create an online R course for journalists and data journalists. We focus on people who are used to working with spreadsheets (e.g. excel). The course will be available in the languages Spanish, French, German and English.
We think R is great for journalists all over the world because it is free, open source and helps cleaning data, analysing data and creating beautiful graphs and reports. So far resources for journalists to learn R are very limited and we want to help make R one of journalists' favorite tools 🎉
So far we created...
- The proposal we wrote for the R Consortium
- Templates for data recipes and skills lessons. You can also check them out in R via
devtools::install_github("school-of-data/r-consortium-proposal",
subdir="r-package")
learnr::run_tutorial("en-recipe-template", package = "ddj")
learnr::run_tutorial("en-skills-template", package = "ddj")
- The intro lesson
- A data journalists view on R by Timo Grossenbacher
- The following data recipes
- The following skills lessons
- NA
But there is much more work to do and we need help!
We are very thankful for any contributions. You don't need to be an R specialist or know R at all.
Check out CONTRIBUTING.md for infos on how you can help 🍰 😃 👏