R/which.where.R

which.where <- function(data, variable){
  return(which(names(data) == variable))
}
gerolt/test3 documentation built on May 14, 2019, 2:13 p.m.