How to view source code for functions of type "special"?

41 Views Asked by At

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?

0

There are 0 best solutions below