castLogical: Convert strings to logical.

View source: R/toolbox.R

castLogicalR 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")

toolbox documentation built on Sept. 22, 2022, 1:09 a.m.

Related to castLogical in toolbox...