• 2022-06-27
    把一个数值型对象x转换成字符型对象,下面那个语句是正确的()
    A: as.integer(x)
    B: is.character(x)
    C: as.character(typeof(x))
    D: is.integer(x)