1\name{t.display.html.help} 2\alias{t.display.html.help} 3\title{Display R help within the R session in TeXmacs} 4\description{This function will display a help document within the current R session. 5Usually, you will not call this function, but instead do 6\code{assign("?",t.display.html.help)}} 7\usage{\method{t}{display.html.help}(e1, package = NULL, lib.loc = NULL, verbose = getOption("verbose"), 8 try.all.packages = getOption("help.try.all.packages"), help_type = getOption("help_type"))} 9\arguments{ 10 \item{e1}{ 11} 12 \item{package}{ 13} 14 \item{lib.loc}{ 15} 16 \item{verbose}{ 17} 18 \item{try.all.packages}{ 19} 20 \item{help_type}{ 21} 22} 23 24 25 26\author{Michael Lachmann Tamarlin} 27 28 29 30 31 32