R/I.R

Defines functions I

Documented in I

 I<-
function(x)
{
	oldClass(x) <- "AsIs"
	x
}

Try the nlr package in your browser

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

nlr documentation built on July 31, 2019, 5:09 p.m.