程序代写代做代考 —


title: “Statisitcal Programming – Sem 1, 2019 – Project 1”
output: rmarkdown::github_document

Due on Monday, October 28th by 11:59 pm.

Before you start be sure to read through *all* of the rules and instructions in the `README.md`.

### Data

“`{r}
library(tidyverse)
f1 = readRDS(file=”data/f1_2018.rds”)
“`

### Task 1 – Tidy the data (20 marks)

“`{r}

“`

### Task 2 – Drivers’ Championship (30 marks)

“`{r}

“`

### Task 3 – Cumulative Constructors (30 marks)

“`{r}

“`

### Task 4 – Visualization (20 marks)

“`{r}

“`