commit 7d3181cca73b095cac32c588676ca5d0bbcf5076 parent aad7205f4e6a37a3c87b3efe55105ee297cd4cb9 Author: eamoncaddigan <eamon.caddigan@gmail.com> Date: Wed, 19 Aug 2015 22:35:33 -0400 Filtering bad Ps. Diffstat:
A | antivax-attitudes.R | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/antivax-attitudes.R b/antivax-attitudes.R @@ -0,0 +1,8 @@ +# Yeah, the standard Hadley stack. /sigh +library(readxl) +library(tidyr) +library(dplyr) +library(ggplot2) + +# Generates warnings, but only for the Ps who didn't do day 2 +expData <- read_excel("Vacc_HPHH_publicDataset.xlsx", sheet = 2)