# Example matrix
m<-rbind(c("","ß","Standard Error","Pr(>|t|)"),
c("(Intercept)","1,234.5","123.4","1.3e-4"),
c("Variable 1","1,2",".04","2.4*10^-5"),
c("R^2",".23","*","-"))
m
# parsed content
text<-parseMatrixContent(unifyMatrixContent(m, correctComma = TRUE))
text
# unified stats
unifyStats(text)
Run the code above in your browser using DataLab