1

Getting error with the below code in R. Please help.

customer<-scan("E:/Data science course/R/practice/customers.csv",              
          what=List(First_name="",
                    Last_name="",
                    City="", county="", state="",zip=0),
          sep=",", skip=1,)
zx8754
  • 46,390
  • 10
  • 104
  • 180

1 Answers1

1

try to use list(). List() doesn't appear in any packages. Best regards