View source: R/helper_functions.r
is_braille | R Documentation |
This function checks if a given character is a Braille character.
is_braille(char)
char |
The character to be checked. |
A boolean value indicating whether the character is a Braille character or not.
is_braille("A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.