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)

easyr documentation built on March 31, 2023, 6:22 p.m.

Related to ischar in easyr...