You can filter out rows where two columns don't match in R using the following approaches:
main.r305 chars10 lines
main.r352 chars14 lines
Both of these approaches will return a dataframe with only the rows where the name and nickname columns match.
gistlibby LogSnag