View source: R/special_characters.R
rx_word_char | R Documentation |
Match a word character (a–z, A–Z, 0–9 or _).
rx_word_char(.data = NULL)
.data |
Expression to append, typically pulled from the pipe |
rx_word_char()
# Same as rx_word()
x <- rx_word_char() %>%
rx_one_or_more()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.