An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090417/4eb1a782/attachment-0001.pl>
source code for prompt()
3 messages · Markus Loecher, ronggui, Ben Bolker
prompt
function (object, filename = NULL, name = NULL, ...)
UseMethod("prompt")
<environment: namespace:utils>
methods("prompt")
[1] prompt.data.frame* prompt.default* Non-visible functions are asterisked
getAnywhere("prompt.default")
2009/4/18 Markus Loecher <markus.loecher at gmail.com>:
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]]
______________________________________________ R-help at 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.
HUANG Ronggui, Wincent PhD Candidate Dept of Public and Social Administration City University of Hong Kong Home page: http://asrr.r-forge.r-project.org/rghuang.html
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.