R/ExcName.R

Defines functions ExcName

ExcName <- function(i, slink) {
    e <- grep(i, slink[, 2])
    slink[e[1], 1]
}

Try the statTarget package in your browser

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

statTarget documentation built on Nov. 8, 2020, 8:27 p.m.