标签: r dataframe
从文件读取而不会丢失原始值时,将因子转换为数字?
我使用as.character(as.numeric(x))方法,但由于强制而引入了NA。我需要原始数值来执行诸如均值,中位数等函数。
as.character(as.numeric(x))
NA