Skip to content
Back to formatted view

Raw Message

Message-ID: <495E14B7.8030003@stats.uwo.ca>
Date: 2009-01-02T13:20:55Z
From: Duncan Murdoch
Subject: text rather than html help in Windows
In-Reply-To: <21251223.post@talk.nabble.com>

On 02/01/2009 8:11 AM, Tom La Bone wrote:
> I would like to use Rterm in Windows XP and have the help files appear in
> text format in the terminal rather than in the html popup window. For
> example, I would like to enter help(lm) and get the text to appear in the
> terminal window. Can anyone suggest a way to do this? Thanks and Happy Hew
> Year.


That's the default.  You probably have options(htmlhelp=TRUE) set; just 
change it to options(htmlhelp=FALSE).  (You might need to set 
options(chmhelp=FALSE); I can't tell from your description which help 
version you're seeing.)

Duncan Murdoch