View source: R/token_helpers.R
token_replacement_generator | R Documentation |
returns a vector of replacement tokens
token_replacement_generator( .v, replace_space_with = "_", replace_punc_with = "_" )
.v |
vector of strings |
replace_space_with |
replace punctuation with: Default '_' |
replace_punc_with |
replace space with: Default '_' |
token_replacement_generator(c('One Two Three', 'ehhh bee See'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.