position_symbol {mmrm} | R Documentation |
Search For the Position of a Symbol
Description
A thin wrapper around base::Position()
to search through a list of language
objects, as produced by flatten_call()
or flatten_expr()
, for the
presence of a specific symbol.
Usage
position_symbol(x, sym, ...)
Arguments
x |
( |
sym |
( |
... |
Additional arguments passed to |
Value
The position of the symbol if found, or the nomatch
value
otherwise.
[Package mmrm version 0.3.15 Index]