This function retrieves the source code of a function's definition by
simply wrapping attr(fun, "srcref")
to pull the "source reference"
attribute of the function.
This is more useful than simply printing the function definition by
excluding ()
because it provides the actual source code
(and comments, formatting, etc.) of the function definition.