isWhitespace: Is it a white space?

View source: R/isWhitespace.R

isWhitespaceR Documentation

Is it a white space?

Description

Checks whether a character belongs to the set {blank, tabulator, new line, carriage return, page break }.

Usage

isWhitespace(ch)

Arguments

ch

character to be checked

Value

TRUE/FALSE, depending on character belonging to the specified set.

Examples

isWhitespace(' ')
isWhitespace('\n')
isWhitespace('a')

qmrparser documentation built on April 24, 2022, 1:05 a.m.