Learn R Programming

plotcli (version 0.2.0)

is_braille: Check if a character is a Braille character

Description

This function checks if a given character is a Braille character.

Usage

is_braille(char)

Value

A boolean value indicating whether the character is a Braille character or not.

Arguments

char

The character to be checked.

Examples

Run this code
is_braille("A")

Run the code above in your browser using DataLab