is_string: Conditional check for an string value

View source: R/is_string.r

is_stringR Documentation

Conditional check for an string value

Description

Return TRUE if the value is a string (character or factor).

Usage

is_string(x)

Arguments

x

A vector

Value

A boolean vector with the return from the condition check.

Examples


is_string("A")


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.