【发布时间】:2021-09-10 09:34:10
【问题描述】:
我想找到“Action”中的值差异最大的两个名称。这是数据:
data = structure(list(`First Name` = c("Till", "Roland", "Otmar", "Christoph"), Action = c(2, 1, 2, 1), Reflection = c(6, 7, 6, 7), Flexibility_Thinking = c(2, 3, 3, 1), Structure = c(6, 4, 4, 7)), row.names = c(NA, -4L), class = c("tbl_df", "tbl", "data.frame"))
感谢您的帮助!
【问题讨论】:
标签: r difference