Displaying 1 result from an estimated 1 matches for "helpdisp".
Did you mean:
helpdesk
2003 Jun 24
0
R help output in separate window
...call "startless", and store it in a file in the user's path. Then
insert the following lines in something like the .Rprofile file:
options(pager="startless")
source("HDfile")
where HDfile is the path and file name of the following file
(for me, "/home/jim/R/helpdisp.R"):
# retrieves the R help filename corresponding to a particular
# type of display. Defaults to "help" (sort-of-text) and will
# currently cope with HTML and any other display where the
# name of the display program and the directory name of the
# help files are the same.
get.hel...