ischar: Shorthand for is.character

View source: R/shorthand.R

ischarR Documentation

Shorthand for is.character

Description

Shorthand for is.character

Usage

ischar(x)

Arguments

x

Value to check.

Value

logical indicator

Examples

ischar( 'a character' )
ischar(1)

oliver-wyman-actuarial/easyr documentation built on Jan. 27, 2024, 4:37 a.m.