mixKernel.users.guide.Rd
Find the location of the mixKernel User's Guide and optionnaly opens it
mixKernel.users.guide(html = TRUE, view = html)
Character string giving the file location. If html = TRUE
and
view = TRUE
, the HTML document reader is started and the User's Guide
is opened in it.
If the operating system is not Windows, then the HTML viewer used is that
given by Sys.getenv("R_BROWSER")
. The HTML viewer can be changed using
Sys.setenv(R_BROWSER = )
.
mixKernel.users.guide(view = FALSE)
#> [1] ""
mixKernel.users.guide(html = FALSE)
#> [1] ""
if (FALSE) mixKernel.users.guide() # \dontrun{}