powered by
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.
html = TRUE
view = TRUE
logical. Should the document returned by the function be the compiled PDF or the Rmd source. Default to TRUE
TRUE
logical. Should the document be opened using the default HTML viewer? Default to html. It has no effect if html = FALSE
html
html = FALSE
Jerome Mariette <jerome.mariette@inrae.fr> Nathalie Vialaneix <nathalie.vialaneix@inrae.fr>
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 = ).
Sys.getenv("R_BROWSER")
Sys.setenv(R_BROWSER = )
mixKernel.users.guide(view = FALSE) mixKernel.users.guide(html = FALSE) if (FALSE) mixKernel.users.guide()
Run the code above in your browser using DataLab