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. Default is ""

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.


gitdemont/IFC documentation built on Feb. 20, 2025, 12:55 a.m.