Re: [R] compile report error

2022-10-27 Thread Ivan Krylov
В Wed, 26 Oct 2022 18:51:40 +0200 Gábor Malomsoki пишет: > Error in parse(text = x, keep.source = TRUE) : > :13:66: unexpected INCOMPLETE_STRING > 12: > 13: tomitettseg_GesNa$station_desc[tomitettseg_GesNa$station_desc == > "Dichtheits.- Durchflusspr > > i get this error message when i try to

Re: [R] compile report error

2022-10-27 Thread Gábor Malomsoki
Dear Rui, this is very strange, it seams that in your script there is no problem to compile the report, but in mine not, i just sent you the rows 10:15 from 141299 obs. It seams it does not like the punctuation marks in "Dichtheits.- Durchflussprüfung M8.1", so i used a gsub () then a sub () repla

Re: [R] compile report error

2022-10-26 Thread Rui Barradas
Às 20:19 de 26/10/2022, Gábor Malomsoki escreveu: If i change the column name: "Dichtheits.- Durchflussprüfung M8.1" In the csv to something else, like "x" then it works, but this is not the elegant solution. Gábor Malomsoki schrieb am Mi., 26. Okt. 2022, 19:37: Hello, sure dput(tomitettseg

Re: [R] compile report error

2022-10-26 Thread Gábor Malomsoki
If i change the column name: "Dichtheits.- Durchflussprüfung M8.1" In the csv to something else, like "x" then it works, but this is not the elegant solution. Gábor Malomsoki schrieb am Mi., 26. Okt. 2022, 19:37: > Hello, > > sure > dput(tomitettseg[10:15, c(1-8)]) > > structure(list(serial_num

Re: [R] compile report error

2022-10-26 Thread Gábor Malomsoki
Hello, sure dput(tomitettseg[10:15, c(1-8)]) structure(list(serial_number = c("362017126683", "362017126683", "362017126683", "362017362605", "362017362605", "362017362605" ), station_number = c(362060010081, 362060010081, 362060010081, 362060010081, 362060010081, 36206001

Re: [R] compile report error

2022-10-26 Thread Rui Barradas
Às 17:51 de 26/10/2022, Gábor Malomsoki escreveu: Dear all, Error in parse(text = x, keep.source = TRUE) : :13:66: unexpected INCOMPLETE_STRING 12: 13: tomitettseg_GesNa$station_desc[tomitettseg_GesNa$station_desc == "Dichtheits.- Durchflusspr i get this error message when i try to compile

[R] compile report error

2022-10-26 Thread Gábor Malomsoki
Dear all, Error in parse(text = x, keep.source = TRUE) : :13:66: unexpected INCOMPLETE_STRING 12: 13: tomitettseg_GesNa$station_desc[tomitettseg_GesNa$station_desc == "Dichtheits.- Durchflusspr i get this error message when i try to compile the report. i think this is because of the punktuatio