Suppose you have a data frame called df with 100 observations. One of the columns is a character column called ID. The first value of ID is "001", the second is "002", and so forth. The 100th observation for ID is "100".   You then run the following code:   df %>%   mutate(ID_num = as.numeric(ID), ID_new = as.character(ID_num)) %>%   filter(ID == ID_new)   How many rows are displayed (outputted) in the result? [Fill in the blank] 多项填空题

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!