Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

is_string

Is input a string?


Description

Is input a string?

Usage

is_string(x)

Arguments

x

Input

Value

TRUE if string, else FALSE

Examples

is_string("   ")
is_string("data")
is_string(c("data", ""))
is_string(NULL)
is_string(NA)

radiant.data

Data Menu for Radiant: Business Analytics using R and Shiny

v1.3.12
AGPL-3 | file LICENSE
Authors
Vincent Nijs [aut, cre]
Initial release
2020-11-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.