I ran the below code and have been getting this error.
code I ran -
headers <- read.csv(file.choose(), skip = 1, header = F, nrows = 1, as.is = T)
D_Lib: debug printing for files [.*] and level [100] is turned on
D_Lib: debug printing for files [.*] and level [200] is turned on
D_Lib: debug printing for files [.*] and level [300] is turned on
Error in header + nrows : non-numeric argument to binary operator
Any suggestions on how to resolve this. I donot have a programming background and I am a beginner in R.
Thanks,