R/hz.function.file.R

hz.function.file <-
function(input,shortcut){
	
	try(temp.x <- as.character(input[input$shortcut == shortcut,]))
	if(exists("temp.x")){
	if(length(temp.x)==0){temp.x <- "no help available"}
	return(temp.x)
	}else{return("no help available")}
	
}

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.