Skip to content

mattwaite/DataJournalismTutorials

Repository files navigation

LearnR Data Journalism Tutorials

Interactive R tutorials for JOUR307 at the University of Nebraska-Lincoln's College of Journalism and Mass Communications.

To get them started, you need to do the following:

  1. Install the latest version of R on your computer (a recent version will do if you already have it installed).
  2. Install the latest version of R Studio.
  3. Then, in the console of R Studio, run the following command:

install.packages(c("tidyverse", "rmarkdown", "lubridate", "janitor", "cowplot", "learnr", "remotes", "devtools", "rvest"))

  1. After that finishes, run the following command:

devtools::install_github("mattwaite/DataJournalismTutorials")

If you are prompted that newer versions exist, decline to install them.

About

Tutorials for UNL's JOUR 307 Data Journalism course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published