hi, I am a novice in R, therefore apologies if my question is too basic, and thanks for your time.
I used the line below and got the following error: > getSymbols("DGS1MO", src= "FRED", from="2013-01-01", to=Sys.Date()) Error in read.table(file = file, header = header, sep = sep, quote = quote, : duplicate 'row.names' are not allowed I don't understand why this is happening and don't know how to rectify it. There are no issues with a number of other series (e.g. DGS3MO) either. I have checked the forum but can't find anything specific to this issue. Any help is appreciated, thanks! -- View this message in context: http://r.789695.n4.nabble.com/getSymbols-error-for-DGS1MO-in-FRED-tp4675749.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.