castLogical {toolbox}R Documentation

Convert strings to logical.

Description

Convert strings to logical.

Usage

castLogical(x)

Arguments

x

A string.

Value

A string, converted to logical.

Examples

castLogical("1")

[Package toolbox version 0.1.1 Index]