Skip to content
Prev 9627 / 63421 Next

help output paged in separate window

Duncan Murdoch <dmurdoch@pair.com> writes:
A bit of both, I think. The Unix version of help() has

                  file.show(zfile, title = paste("R Help on `",
                    topic, "'", sep = ""), delete.file = (zfile !=
                    file), pager = pager)

so everything is in the title. We could still paste the title and the
header arguments rather than put the header in the displayed text, of
course. 

I don't read the docs as "overall title common to all displayed files"
though, just as common to the set of files displayed by file.show. Or
was that what you meant too?