使用r语言 miss_var_summary() 出现中文字段名称乱码 是为什么呀
在读取数据时,指定一下编码试试:
dat<-read.csv('r0110.csv',fileEncoding='utf-8',sep=',',header=T)