Skip to content

Commit

Permalink
fix for titles dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
kalimu committed Jan 13, 2015
1 parent ecce6b0 commit 22670c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/titles.R
Expand Up @@ -17,6 +17,6 @@

# titles = readRDS("data-raw/sample_merged.rds")
# library(dplyr)
# titles = titles %>% mutate(firstName = givenName, gender = genderAuto) %>% select(title, firstName, gender)
# titles = titles %>% mutate(firstName = givenName, gender = genderAuto) %>% select(title, genderCoded)
# head(titles)
# devtools::use_data(titles, overwrite=TRUE)
Binary file modified data/titles.rda
Binary file not shown.

0 comments on commit 22670c3

Please sign in to comment.