Answers for "replace index of levels instead of a dataframe column in R"

R
0

how to change the index of a dataframe in r

rownames(dfr) <- 1:nrow(dfr)
Posted by: Guest on August-17-2020

Code answers related to "replace index of levels instead of a dataframe column in R"

Browse Popular Code Answers by Language