Hi all, previously I submitted this thread through Nabble which seems fail therefore sending it again.... suppose I have written following function :
> fn = function(x) return(x+x^2) > fn function(x) return(x+x^2) Here you see, if I type only the function name all inside information of this function are visible. Is there any way to protect them i.e. make them invisible? Thanks [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.