is.assignment {roxygen}R Documentation

Whether the expression implies assignment by <-...

Description

Whether the expression implies assignment by <- or =.

Usage

is.assignment(expression)

Arguments

expression the expression to check for assignment

Value

Whether or not the expression assigns by <- =


[Package roxygen version 0.1 Index]