Is there a way to allow duplicates in your data? I am creating multivariate graphs and need to change the names for one of the graphs to values that range 1-4. My code and error message is below:
aravo <- import_list("C:/Users/Desktop/R/RLQData10.xlsx")
row.names(aravo$env)<- aravo$env.names$name
Error in .rowNamesDF<-(x, value = value) :
duplicate 'row.names' are not allowed
In addition: Warning message:
non-unique values when setting 'row.names': ‘1’, ‘2’, ‘3’, ‘4’