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.

______________________________________________
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.

Reply via email to