4
查找数据帧中是否存在列
我有一个名为“ abcframe”的data.frame a b c 1 1 1 2 2 3 如何查找给定数据框中是否存在列?例如,我想查找data.frame abcframe中是否存在列d。
110
r