Skip to content

Instantly share code, notes, and snippets.

@cfljam
Created September 2, 2014 06:43
Show Gist options
  • Save cfljam/39f491abadc36bfabe67 to your computer and use it in GitHub Desktop.
Save cfljam/39f491abadc36bfabe67 to your computer and use it in GitHub Desktop.
change terminal letter code in Kiwi item to lowercase
gsub("(.+)([A-Z])$","\\1\\L\\2",my_df$Pedigree_item, perl=TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment