Another help with .csv

Hi, remember put a reproducible example.

Somes of data and script steps.

Maybe you need use other separator like this ;

read.csv(file,                 # name of file or path
         header = TRUE,        # header 
         sep = ";" )
1 Like