Learn R Programming

caugi (version 1.0.0)

.is_node_expr: Is it a node expr?

Description

Check if the expression is a valid node expression: symbol, string, number, c(...), +, (...)

Usage

.is_node_expr(expr)

Value

TRUE if the expression is a valid node expression, FALSE otherwise

Arguments

expr

An expression to check