find_name {thinkr} | R Documentation |
find pattern in name's dataset
find_name(dataset, pattern)
dataset |
a data.frame (or list or anything with names parameter) |
pattern |
pattern we are looking for |
a list with position and value
find_name(iris,"Sepal")