Re: [R] Extract character from the end of a string

2011-06-25 Thread jwehr
Thank you, Joshua! I got what I was looking for using this command: as.numeric(grepl("\\*$", qb$Player)) Where the variable name is "Player" in dataset "qb". -- View this message in context: http://r.789695.n4.nabble.com/Extract-character-from-the-end-of-a-string-tp3621732p3624124.html Sent fr

[R] Extract character from the end of a string

2011-06-24 Thread jwehr
I have a list of names that look like this, with some ending in an "*" and others not: Steve Young* Joe Montana* Tom Brady Daunte Culpepper ... I want to create a variable that = 1 if the name ends in "*" and = 0 otherwise. Please help! -- View this message in context: http://r.789695.n4.nabble