Permalink
Browse files

Add more variable names to basic names

  • Loading branch information...
1 parent a09d23c commit 5aa4691bd10bd8b94f97dcad9d5d14dba5626765 @lmullen lmullen committed Aug 18, 2015
Showing with 1 addition and 1 deletion.
  1. BIN R/sysdata.rda
  2. +1 −1 data-raw/basic-dataset.R
View
Binary file not shown.
View
@@ -10,6 +10,6 @@ top_names <- genderdata::ssa_national %>%
# Get just those names from the ssa_national dataset
basic_names <- genderdata::ssa_national %>%
- filter(name %in% c(top_names$name, "jane", "madison"))
+ filter(name %in% c(top_names$name, "jordan", "madison", "hillary", "monroe"))
save(basic_names, file = "R/sysdata.rda", compress = TRUE)

0 comments on commit 5aa4691

Please sign in to comment.