Displaying 1 result from an estimated 1 matches for "musterdaten".
2006 Oct 06
2
factor levels with umlauts
...taking place in a
german speaking region, so factor levels of the variables include umlauts.
The variables in the dataframe t.muster are generated e.g. like this:
t.muster$screening <- rep("ausgef?llt",50)
and exported to a .csv file by:
write.table(t.muster,"MakeMuster041006/MusterDaten.csv",
col.names=FALSE,row.names=FALSE,na="",sep=";")
After export the factor level including an umlaut of t.muster$screening
look like this in the sql-database as well as in an excel spreadsheet:
ausgef??llt
Looks like a conflict between encodings, but my locals are...