R/testutils.R

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

.removeMethName <- function(x)
{
	attr(x, "methodName") <- NULL
	x
	
}
MangoTheCat/RNMImport documentation built on May 8, 2019, 4:36 p.m.