R/process.R

processfun <- function(text_data){
  key <- final_key(text_data)
  mat <-matching(key)
  return(mat)

}
mukundhu/application documentation built on May 18, 2019, 10:15 a.m.