R dplyrパッケージのdistinctを使用したのですが
distinct(testdata2020[,1], .keep_all = T) -> resultone
Error in UseMethod("distinct_") :
no applicable method for 'distinct_' applied to an object of class "factor"
In addition: Warning message:
distinct_()
is deprecated as of dplyr 0.7.0.
Please use distinct()
instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call lifecycle::last_warnings()
to see where this warning was generated.
とでてしまい、distinct_と認識してしまっているようで困っています。
なにか解決策はありませんか?
よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/02 02:22