toLog: toLog

Description Usage Arguments Value Examples

View source: R/toNum.R

Description

Converts x to a logical. If the conversion fails NA is returned.

Usage

1
toLog(x)

Arguments

x

input object

Value

a single logical value

Examples

1
2
3
toLog(3.0)
toLog("T")
toLog("test")

sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.