Error in read.table(file = file, header = header, sep = sep, quote = quote, : duplicate ‘row.names’ are not allowed
Hello everyone. I am trying to read a URL link via R by typing x <- read.csv(url(“URL….”))
it seems there is a duplicate i just don’t know how to solve this problem.
I also tried doing it through these steps:
url <- “URL….”
destfile <- “the destination of the the file”
download.file(url,destfile)
this works but it downloads a file that wont open in R, gives an error of a binary file.
Thanks!
• 29 views
Read more here: Source link