Skip to content
Back to formatted view

Raw Message

Message-ID: <23108765.post@talk.nabble.com>
Date: 2009-04-18T02:19:09Z
From: Ben Bolker
Subject: source code for prompt()
In-Reply-To: <bf460e020904171836i77b7173frcb9a9304326b3b16@mail.gmail.com>

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.