Back
  • คำสั้ง read data ตัว file data จะต้องอยู่ใน directory/subdirectory ไหนคะ ลองสร้าง data บน excel แล้ว save as CSV เก็บไว้ใน c:folder/data.csv แต่ run ตำสั่ง read มันขึ้น
    read.csv(“data.csv”)
    Error in file(file, “rt”) : cannot open the connection
    In addition: Warning message:
    In file(file, “rt”) :
    cannot open file ‘data.csv’: No such file or directory