parse.call {roxygen}R Documentation

Parse a function call, paying special attention to...

Description

Parse a function call, paying special attention to assignments by <- or =.

Usage

parse.call(expressions)

Arguments

expressions the expression to search through

Value

List of formals and assignee in case of assignment, the processed expression in case of non-assigning function calls (see parse.srcref).


[Package roxygen version 0.1 Index]