source code for prompt()
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.