is_character_vector {assertions}R Documentation

Check if an object is a character vector

Description

Check if an object is a character vector

Usage

is_character_vector(x)

Arguments

x

An object to check.

Value

A logical value indicating whether x is a character vector.


[Package assertions version 0.1.0 Index]