Description Usage Arguments See Also Examples
Takes a character vector of entries that have a user name in them in the format "<digit/digits>_<single digit>" somewhere in them, extracts only the user names and returns a vector with those.
1 | clean_usern(vec)
|
vec |
character vector |
1 2 | foo <- c("Twin202_2", "313_5", "1_2", "1_1", "randomchars12_2fillout")
clean_usern(foo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.