Well, the title is quite self-explanatory… Is it possible to set default port number for R’s HTML help? Each time I start HTML help, port number gets changed.
Well, the title is quite self-explanatory… Is it possible to set default port number
Share
From
help(startDynamicHelp):So it looks like you can try to override it via
options("help.ports"), appropriately set. The randomization appears to be a feature.