View source: R/encoding_decoding.R
encode_special_char | R Documentation |
Non alpha numeric text (eg [a-zA-Z0-9_]) is converted to its unicode hex value _hx[0-9A-F]2_
encode_special_char(char_vector)
char_vector |
character vector that will be encoded |
encoding_decoding there are a lot of characters that aren't friendly for data.frame,/data.table operations as well as modeling and other functions. Functions here will encode r decode those values so they don't need so much manual intervention ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ encode_special_char ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.