[R] source code for prompt()
Ben Bolker
bolker at ufl.edu
Sat Apr 18 04:19:09 CEST 2009
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, filename = NULL, name = NULL, ...)
UseMethod("prompt")
<environment: namespace:utils>
Are you looking for
utils:::prompt.default ?
--
View this message in context: http://www.nabble.com/source-code-for-prompt%28%29-tp23108534p23108765.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list