Skip to content

Instantly share code, notes, and snippets.

@miyakawataku
Created October 15, 2012 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miyakawataku/3892472 to your computer and use it in GitHub Desktop.
Save miyakawataku/3892472 to your computer and use it in GitHub Desktop.
Transform a field of a data frame
transform(emp, nation2 = ifelse(nation == 'England', 'Eng', as.character(nation)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment