functionMap (version 1.0.0)

funcs_from_exprs: Get functions from a list of expressions

Description

Get functions from a list of expressions

Usage

funcs_from_exprs(exprs, rfile, env)

Arguments

exprs
List of expressions.
rfile
Name of the R file being parsed, to be able to use it in a warning message.
env
Environment to store the parsed objects in.

Value

A named list of expressions.