Extract function definitions from expression
extract_func_def.Rdextract_func_def() checks whether a parsed expression is a top-level
function assignment (e.g., name <- function(...) { ... }) and
returns the function name and body.
extract_func_def.Rdextract_func_def() checks whether a parsed expression is a top-level
function assignment (e.g., name <- function(...) { ... }) and
returns the function name and body.