Team name: goanna
Team members:
Our report data contains large files. In order to reproduce the report normally, please install Git LFS first.
For Macbook user:
For Windows user:
command: git lfs install
Once you finished installation, you can use command git lfs install
again to check if you install it or not. If the output is Git LFS initialized
, which means you have install it successfully.
If you are interested in data cleansing process, you can find all data cleaning code in data-cleaning code script.R
.
Rstudio
library(readr)
library(tidyverse)
library(here)
library(knitr)
library(lubridate)
library(ggplot2)
library(GGally)
library(dygraphs)
library(xts)
library(kableExtra)
library(leaflet)
library(hrbrthemes)
library(dplyr)
Our project under the license(CC0 2.0 Universal).
Write your data description under the header Data description in index.Rmd
. A data description should tell the reader the source of the data, and detail the structure of the data, including variables, time frame of collection, collection methods.
Brainstorm what questions would be possible to answer with this data (and only this data). Articulate the primary question, and then three secondary questions.
Finish your report, which should be structured as follows
Provide peer feedback on assigned report. You will be randomly assigned another team's report, and be expected to reproduce their analysis, and provide constructive input on the analysis. The purpose of peer feedback is to learn how other analysts approach problems, and to help improve other analysts analyses.