<function>
R/utils.R
is_empty_function.Rd
Assertion for empty <function> objects
is_empty_function(f)
A function.
TRUE if the function body is empty ({}), FALSE otherwise. An error is raised if f is not a function.
TRUE
{}
FALSE
f