ViewHelp: Viewing help files in pdf format

Description Usage Value Author(s) References See Also Examples

Description

A function to view the help files.

Usage

1

Value

A file:

pdf file

A help file including the description of the main functions of the dgmb-package.

Author(s)

Claudia Martinez-Araneda <cmartinez@ucsc.cl>

References

Dalgaard's Peter (2002) Rnews: The Newsletter of the R Project, Vol. 3.

See Also

<tcltk> package

Examples

 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)
}

dgmb documentation built on May 2, 2019, 7:55 a.m.