R语言中将数据框(data.frame)中字符型数据转化为数值型

as.data.frame(lapply(data,as.numeric))
相关文章
相关标签/搜索