Dear all, Error in parse(text = x, keep.source = TRUE) : <text>: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 punktuation mark between the quotation marks "." . i do not know how to solve this, because with this column name i got the csv, and i am changing the column name in the script, not to have it so long and avoid characters like . ? : tomitettseg_GesNa$station_desc[tomitettseg_GesNa$station_desc ="Dichtheits.- Durchflusspr?fung M8.1"] <-"D_D_" thanks BR Gabor [[alternative HTML version deleted]]
?s 17:51 de 26/10/2022, G?bor Malomsoki escreveu:> Dear all, > > Error in parse(text = x, keep.source = TRUE) : > <text>: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 punktuation mark between the quotation marks > "." . > i do not know how to solve this, because with this column name i got the > csv, and i am changing the column name in the script, not to have it so > long and avoid characters like . ? : > tomitettseg_GesNa$station_desc[tomitettseg_GesNa$station_desc => "Dichtheits.- Durchflusspr?fung M8.1"] <-"D_D_" > thanks > > BR > Gabor > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.Hello, Can you post the output of dput(x)? Or of dput(x[10:15])? Hope this helps, Rui Barradas
? Wed, 26 Oct 2022 18:51:40 +0200 G?bor Malomsoki <gmalomsoki1980 at gmail.com> ?????:> Error in parse(text = x, keep.source = TRUE) : > <text>: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.How exactly do you compile your report? Is it a Sweave / knitr / rmarkdown vignette? Something else? What's the encoding of the file? Is it declared anywhere? What is your operating system and its native encoding (i.e. sessionInfo() output)? -- Best regards, Ivan