any_of: Match any of these characters exactly once.
Description
Constructs a character class, sometimes called a
character set. With this particular expression, you can tell the
regex engine to match only one out of several characters. Simply place the
characters you want to match between square brackets.
Usage
any_of(.data = NULL, value)
Arguments
.data
Expression to append, typically pulled from the pipe %>%