240 发简信
IP属地:广东
  • R语言——类型转换函数(is.,as.)

    类型转换函数 1、判断数据类型 is.numeric() 是否数值型数据 is.character() 是否字符型数据 is.vector()...