is_assignment {rtern} | R Documentation |
Check if an expression is an assignment
Description
Takes an expression that has been cast to a list and returns true if using
left-assignment with either <-
or =
Usage
is_assignment(parse_tree)
Arguments
parse_tree |
An unevaluated expression as a list |
Value
A logical
[Package rtern version 0.1.2 Index]