How to define functions (methods) invisible to the user? Those that are marked with an asterisk when you call methods() on them.
The Internet seems to have everything about them, but how do you define them?
Is it possible to simply define an invisible function (for example, adding something to its name), or do I need to somehow configure the environment, or is it a special feature of R packages to hide things?
function methods r hidden
xealits
source share