library(knitr)
opts_chunk$set(echo = FALSE, message = FALSE, cache = FALSE)
library(rook)
library(tidyverse)
library(lubridate)

Course abstract

A systematic introduction to issues of collecting, preparing, analyzing, and visualizing online data.

You will learn how to write, debug, and keep track of your own code using R, a popular programming language for data manipulation, analysis, and visualization.

Objectives

Course structure (pre-covid)

if(program() == 'egsh') {
  asis_output("
* Four sessions, Tuesdays and Fridays from 13.30--17.00
")
  }

Course structure (post-covid)

Session 1: Course overview and first steps

r print_session_info(1)

Session 2: Acquiring, preparing, and visualizing data

r print_session_info(2)

Session 3: Obtaining data from web sites and social media

r print_session_info(3)

Session 4: Text and sentiment analysis

r print_session_info(4)

if(program() != 'erim') {
  asis_output("
Introductions
====================================================
* Who are you? Which degree program are you in?
* What do you hope to get out of this course?
* Is there a specific data set you need to obtain and/or analyze?
* How much prior experience do you have with R?
")
}


jasonmtroos/rook documentation built on May 24, 2020, 3:16 p.m.