Hi, I need your help.
I try to read csv files, created with Libreoffice Calc, in UTF-8.
They contain scientific values with m in [kg] for example.
When I read the table with
T=read.csv("FILE",sep=",",header=TRUE,encoding="UTF-8")
It is displayed as m.in.kg.
What is the problem here?