Displaying 1 result from an estimated 1 matches for "deformazione".
Did you mean:
deformations
2012 Oct 12
2
Problem to read non-standard csv file
Hi all,
I have a problem to read csv file with comma as decimal. The numbers were
readed as strings.
I used the following string in R, but I do not understand why it does not
work.
tab <- read.csv2("Specimen_RawData_1.csv", header = TRUE, sep = ";", dec =
",", nrows = -1)
In addition, I copy/past into the post the link to the csv file generated by
my instrument.