Description Usage Value Author(s) References See Also Examples
A function to view the help files.
1 | ViewHelp()
|
A file:
pdf file |
A help file including the description of the main functions of the dgmb-package. |
Claudia Martinez-Araneda <cmartinez@ucsc.cl>
Dalgaard's Peter (2002) Rnews: The Newsletter of the R Project, Vol. 3.
1 2 3 4 5 6 7 8 9 10 | ViewHelp <- function()
{
helpfile<-paste(find.package("dgmb",verbose = verbose))
helpfile<-substring(helpfile,1,nchar(helpfile))
helpfile<-paste(helpfile,"/docs/dgmb-manual.pdf")
helpfile<-sub("dgmb ","dgmb", helpfile)
cat ("Viewing dgmb help...otherwise, you should write help(dgmb)
in R console\n")
browseURL(helpfile)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.