R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname)
#	Add HowToPLW to Windows menu
{
	if( .Platform$OS.type == "windows" && .Platform$GUI == "Rgui" ) winMenuAddItem("Vignettes","plw","HowToPLW()")
}

Try the plw package in your browser

Any scripts or data that you put into this service are public.

plw documentation built on April 28, 2020, 6:38 p.m.