View source: R/special-characters.R
get_special_character_info | R Documentation |
Get Special Characters and Their Byte Codes
get_special_character_info(text, context_length = 7, bytes_per_char = 2)
text |
vector of character of length one |
context_length |
number of characters left and right of special
character to be put into column |
bytes_per_char |
number of bytes per character |
data frame with columns special
(special characters) and
bytes
(hexadecimanl byte codes as a space separated string),
context
(strings "around" the special characters)
(text <- kwb.fakin:::example_string_with_specials("de")) get_special_character_info(text)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.