numeric column names in R
问题 I have a data frame as follows: structure(list(`104` = c(NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, "yes", NA, NA, NA, NA), `15` = c(NA, NA, NA, NA, ">= 4.0", ">= 4.0", NA, "~ 2", "~ 2", "~ 2", "~ 2", "~ 2", "~ 2", "< 2.2", "~2.75", NA, "~2.75", "~2.75", "~2.75", "~2.75")), .Names = c("104", "15"), row.names = 45:64, class = "data.frame") I know that it is not best practices to have numeric column names, however it is necessary in this circumstance. I have been manipulating