R/testutils.R

Defines functions .removeMethName

# removes the method name attribute from an object.  Meant to facilitate certain importNm tests

.removeMethName <- function(x)
{
	attr(x, "methodName") <- NULL
	x
	
}

Try the RNMImport package in your browser

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

RNMImport documentation built on May 2, 2019, 5:21 p.m.