R/id2num.R

id2num <-
function(x, idstr="ind"){

    return(as.numeric(sub(idstr, "", as.character(x))))

}

Try the CMRCT package in your browser

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

CMRCT documentation built on May 2, 2019, 6:44 p.m.