Skip to content

Commit

Permalink
Merge pull request johnmyleswhite#13 from edmore/master
Browse files Browse the repository at this point in the history
Updated ufo_sightings.R to correct typo
  • Loading branch information
johnmyleswhite committed Dec 18, 2012
2 parents 28e8f01 + fa2a9d8 commit 2eafcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-Introduction/ufo_sightings.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ufo <- transform(ufo,
USState = location.matrix[, 2],
stringsAsFactors = FALSE)

# Next step, we will strip out non-US incients
# Next step, we will strip out non-US incidents

# Insert NA's where there are non-US cities
ufo$USState <- state.abb[match(ufo$USState, state.abb)]
Expand Down

0 comments on commit 2eafcb4

Please sign in to comment.