For 'normal' functions, simply typing
> my_func
without parentheses will cause the function code to show up in the console. Functions of type "special" will not do so, e.g., at best,
get('for')
.Primitive("for")
Other than examining the core R source code, is there any call that will return the source for these functions?