此处的关键信息是如何在数据文件中编码缺失值。中的相应参数read.csv()称为na.strings。因此,如果使用点:
read.csv()
na.strings
original <- read.csv("original.csv", na.strings = ".")