ischar {easyr}R 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)

[Package easyr version 0.5-11 Index]