Learn R Programming

ggloop (version 0.1.0)

is.fun: Is it a function?

Description

Attempts to decipher if a function other than c() has been supplied as input. Returns the position of the possible non-c functions in lst.

Usage

is.fun(lst)

Arguments

lst
A list of inputs wrapped in substitute() and coerced to a list using as.list().