is_braille: Check if a character is a Braille character

View source: R/helper_functions.r

is_brailleR Documentation

Check if a character is a Braille character

Description

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

Usage

is_braille(char)

Arguments

char

The character to be checked.

Value

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

Examples

is_braille("A")

plotcli documentation built on May 29, 2024, 6:22 a.m.