Niels Thorsager
Comments
-
Sorry It was an expression of gratitude because I had become a bit tired of disappearing folders
-
Lækkert - det fjerner nogle frustrationer, når dele af systemet ikke virker fordi en folder er væk tak
-
Found a work around. With one dimension in 'name' - give another dimension 'name2'. When you see the new display folder 'name2', change it to name. Then it sticks.
-
Hi Niels I actually dont know if I've changed anything - but my import kept turning up with roadsigns for Æ, Ø, Å. I then tried to change encoding and/or locale by putting 'encoding='xxx'' and sys....
-
And thanks for the help :)
-
Hi Niels Maybe I'm missing something - but how do I get responses from R? It's the R on the antserver and the only place (I've found) I can write R-code is in Dataservice - Data sources - Add Data ...
-
Hi Carolin Thank you for your response I've used: dataset <- NULL file_list <- list.files('filepath', full.names = TRUE) for (file in file_list){dataset<-rbind(dataset, read.csv2(file)} I suspect I...