validate_bool: Boolean Expression Validation

View source: R/strings_utils.R

validate_boolR Documentation

Boolean Expression Validation

Description

Helper to check if a boolean vector is valid.

Usage

validate_bool(x = "", all_names = "")

Arguments

x

a string vector representing the boolean expression to be validated.

all_names

a character vector of scalars which are allowed to be part of the the boolean expression.

Value

x is returned if no exception is raised during validation process.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.