R/tools.R

Defines functions correct.stud.names

correct.stud.names = function(txt) {
  restore.point("correct.stud.names")

  txt = gsub("ä","ä",txt,fixed=TRUE)
  txt = gsub("ö","ö",txt,fixed=TRUE)

  txt
}
skranz/RTutorSAGI documentation built on Feb. 12, 2022, 2:45 a.m.