不能强制类型'闭包'到'double'类型的向量,以便在数据框中进行char到numeric的转换

时间:2015-11-05 16:33:55

标签: r transform numeric

任何人都可以解释强制类型'封闭'。

> dat
    Zip CuCurrent PaCurrent PoCurrent      Contact Ext          Fax email Status
1 74136         0         1         0 918-491-6998   0 918-491-6659            1
2 30329         1         0         0 404-321-5711                             1
3 74136         1         0         0 918-523-2516   0 918-523-2522            1
4 80203         0         1         0 303-864-1919   0                         1
5 80120         1         0         0 345-098-8890 456                         1

> dat<-transform(dat,zip<-as.numeric(zip))
Error in as.numeric(zip) : 
  cannot coerce type 'closure' to vector of type 'double'

我无法将数据集转换为数字。

0 个答案:

没有答案