I have a simple csv file with around 20K+ values separated with comma. When I try to load that values in R, it gives me following error:
r:3: unexpected numeric constant
Here is the simple command of R that I am executed
someThing <- c(0.080172405,0.06233087,0.04315185,0.0652015,0.03201301.......n)
n= 70,000 values
I cannot copy past all the 20K+ values here. I googled this error and there is no special character or another thing except some floating values.