isString: Determine if an object is a string

Description Usage Arguments Value Examples

View source: R/isString.R

Description

isString() determines whether an object is a string. A string is defined as a length one character vector.

Usage

1

Arguments

...

one or more objects to evaluate

Value

A logical vector indicating whether the input objects are strings.

Examples

1
isString("abc", 123, c("def", "ghi"))

dnegrey/miscTools documentation built on May 3, 2019, 2:57 p.m.