I want to see the function starting with a underscore, for instance
invisible(.Call("_function"))
But when I use
getAnywhere("_function")
no result is shown. Can anyone help me?
I want to see the function starting with a underscore, for instance
invisible(.Call("_function"))
But when I use
getAnywhere("_function")
no result is shown. Can anyone help me?