Re: [R] source code for prompt()

2009-04-17 Thread Ben Bolker
Markus Loecher-4 wrote: > > Dear R community, > pardon my ignorance but how would you get the source code for"non-visible > functions" ? > > For example, I would like to see and modify the source code for the > prompt() > function. > > prompt() is visible: > prompt function (object, filena

Re: [R] source code for prompt()

2009-04-17 Thread ronggui
> prompt function (object, filename = NULL, name = NULL, ...) UseMethod("prompt") > methods("prompt") [1] prompt.data.frame* prompt.default* Non-visible functions are asterisked > getAnywhere("prompt.default") 2009/4/18 Markus Loecher : > Dear R community, > pardon my ignorance but how would

[R] source code for prompt()

2009-04-17 Thread Markus Loecher
Dear R community, pardon my ignorance but how would you get the source code for"non-visible functions" ? For example, I would like to see and modify the source code for the prompt() function. Thanks! Markus [[alternative HTML version deleted]] __