Browse Source

Get back to where it was

Petra Lamborn 4 years ago
parent
commit
17f2bdb547
3 changed files with 20 additions and 2 deletions
  1. 13
    0
      NZTA-vehicle-crash-data.Rproj
  2. 2
    2
      README.md
  3. 5
    0
      expl.R

+ 13
- 0
NZTA-vehicle-crash-data.Rproj View File

@@ -0,0 +1,13 @@
1
+Version: 1.0
2
+
3
+RestoreWorkspace: Default
4
+SaveWorkspace: Default
5
+AlwaysSaveHistory: Default
6
+
7
+EnableCodeIndexing: Yes
8
+UseSpacesForTab: Yes
9
+NumSpacesForTab: 2
10
+Encoding: UTF-8
11
+
12
+RnwWeave: Sweave
13
+LaTeX: pdfLaTeX

+ 2
- 2
README.md View File

@@ -1,3 +1,3 @@
1
-# NZTA-vehicle-crash-data
1
+# NZTA vehicle crash data
2 2
 
3
-Analysis of NZTA disaggregated crash data https://nzta.govt.nz/safety/safety-resources/road-safety-information-and-tools/disaggregated-crash-data/
3
+Analysis of NZTA [disaggregated crash data](https://nzta.govt.nz/safety/safety-resources/road-safety-information-and-tools/disaggregated-crash-data/)

+ 5
- 0
expl.R View File

@@ -0,0 +1,5 @@
1
+# Exploration on data
2
+
3
+dat <- read.csv(unzip("disaggregated-crash-data.zip", "finaldata_201809.csv"))
4
+
5
+str(dat)