parse_call: Parse a fucntion call into it's constituent parts

Description Usage Arguments Value

Description

Parse a function call/assignment into text pieces - function name, argument names and variable name as well as the environment it has been called in

Usage

1

Arguments

q

function call/assignment of the form f <- g()

Value

List of: enviroment the call was made and (all as text) the call itself, name of the variable being assigned to, name of the function, name of the arguments the function takes


Voltemand/cacheR documentation built on May 4, 2019, 6:30 a.m.