R/help.button.R

help.button <-
function(level,title.help,text.help, buttontext = " ? " ,fgcol = "white",size = 1,bf = "normal"){
 	tk2button(level,text = buttontext,compound = "right",width = 6,command = function(){help.tk(title.help,text.help)}) 
 	}

Try the cRacker package in your browser

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

cRacker documentation built on May 2, 2019, 4:53 p.m.