powered by
Runs str function but only for names matching a character value (regex). Author: Scott Sobel. Tech Review: Bryce Chamberlain.
strx(df, char, ignore.case = T)
Object with names you'd like to search.
Regex (character value) to match.
(Optional) Ignore case when matching.
# NOT RUN { strx(iris,'length') # }
Run the code above in your browser using DataLab