From e237ca69df9eda609319a3839f4a1f874b93f8c6 Mon Sep 17 00:00:00 2001 From: shelldweller Date: Thu, 15 Jul 2021 17:23:52 -0600 Subject: [PATCH] First commit. Adding README.txt file just to get started. --- README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e4851a5 --- /dev/null +++ b/README.txt @@ -0,0 +1,9 @@ +We analyze US gun murder data collected by the FBI. + +download-data.R - downloads csv file to data directory + +wrangle-data.R - creates a derived dataset and saves as R object in rdas directory + +analysis.R - makes the + +A plot is generated and saved in the figs directory. \ No newline at end of file