摘要: dim(t1) attributes(t1) #综合输出所有行名、列名、以及class结果。 str(t1) #显示每个变量的行列数和类型 class(t1) #查看变量类型,vector、data.frame、matrix、factor、listmode(t1) #查看数据大类,character 阅读全文
posted @ 2021-06-16 20:42 emanlee 阅读(7499) 评论(0) 推荐(0)