checkLogical: Check whether a string matches TRUE/FALSE, T/F, or T.../F...

Description Usage Arguments Value Examples

View source: R/readPar.R

Description

Check whether a string matches TRUE/FALSE, T/F, or T.../F...

Usage

1

Arguments

x

Input string

Value

True if the input string matches the pattern, False otherwise.

Examples

1
2
checkLogical('TRUE')
checkLogical('xxxTxxx')

dmattek/tca-package documentation built on Dec. 10, 2019, 4:10 p.m.