emoji_match | R Documentation |
Vectorized over string
emoji_match(string)
emoji_match_all(string)
string |
Input vector |
see stringr::str_match()
stringr::str_match
chars <- c(letters[1:4], emoji_name[1:6])
set.seed(1234)
strings <- lapply(1:10, function(x) paste(sample(chars, x), collapse = ""))
extracts <- emoji_match(strings)
extracts <- emoji_match_all(strings)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.