is_branch_symbol: Check if character is a branch symbol

View source: R/is_branch_symbol.R

is_branch_symbolR Documentation

Check if character is a branch symbol

Description

Check if character is a branch symbol

Usage

is_branch_symbol(x)

Arguments

x

an R object to be tested.

Value

A logical vector the same length as x, with TRUE for elements that are not one of the branch symbols ("[", "]", "+", "-", "(", ")", "<", ">"), and FALSE otherwise.


fractalforest documentation built on July 3, 2025, 1:09 a.m.