Displaying 1 result from an estimated 1 matches for "flatdoc".
Did you mean:
catdoc
2004 Sep 21
0
checking for _non-existing_ -> documentation and sources at one place.
...es (I put quotes around "file" in my original post to avoid having to explain all this...)
For example, if I type 'library( debug); fixr( get.retval)' then in the text editor I see this:
structure( function() do.in.envir( envir=sys.frame( find.active.control.frame()),
j
)
,doc=flatdoc( EOF="<<end of doc>>"))
get.retval package:debug
Show current return value when debugging
DESCRIPTION
When debugging a function, 'get.retval' gives the current return value, i.e. the result of the most recent valid statement executed in the function body, wheth...