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,)